-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
34
35
{
"name": "d3_smith",
"version": "1.0.0",
"description": "",
"main": "smith.js",
"dependencies": {
"d3": "^4.13.0",
"jquery": "^3.3.1",
"sprintf-js": "^1.1.1"
},
"devDependencies": {
"@types/d3": "^5.0.0",
"@types/jquery": "^3.3.1",
"@types/node": "^12.0.0",
"@types/sprintf-js": "^1.1.0",
"@types/webpack": "^4.1.0",
"ts-loader": "^6.0.0",
"ts-node": "^8.1.0",
"typescript": "^3.4.5",
"webpack": "^4.1.1",
"webpack-cli": "^3.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "bash ./scripts/pack-copy.sh",
"pack": "webpack --mode production",
"prepack-watch": "bash ./scripts/pack-copy.sh",
"pack-watch": "webpack --mode production --watch",
"preapp": "bash ./scripts/pack-copy.sh",
"app": "webpack --mode production",
"postapp": "bash ./scripts/app-copy.sh"
},
"author": "",
"license": "ISC"
}