-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 794 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "static",
"version": "1.0.0",
"description": "This is a static template with versel and parcel",
"scripts": {
"start": "serve",
"parcel-start": "parcel index.html",
"build": "echo This is a static template, there is no bundler or bundling involved!"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesandbox-app/static-template.git"
},
"keywords": [
"static",
"template",
"codesandbox"
],
"author": "Andrey Dyachenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/codesandbox-app/static-template/issues"
},
"homepage": "https://github.com/codesandbox-app/static-template#readme",
"devDependencies": {
"parcel": "2.0.0-rc.0",
"serve": "~11.2.0"
},
"dependencies": {
"bootstrap": "~4.6.0",
"jquery": "^3.6.0"
}
}