-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
30 lines (30 loc) · 930 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
{
"name": "china-digital-times.github.io",
"private": true,
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/china-digital-times/china-digital-times.github.io.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/china-digital-times/china-digital-times.github.io/issues"
},
"homepage": "https://github.com/china-digital-times/china-digital-times.github.io#readme",
"dependencies": {
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"core-js": "^3.1.4",
"parcel-bundler": "^1.12.3"
},
"optionalDependencies": {
"win-node-env": "^0.4.0"
},
"scripts": {
"build": "parcel build ./src/index.js -d ./dist --public-url ./ --detailed-report",
"watch": "NODE_ENV=production parcel watch ./src/index.js -d ./dist --public-url ./ --no-hmr"
}
}