-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1007 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": "bump-chart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "webpack",
"server": "mods-dev-server dist",
"build": "webpack --mode production --devtool false",
"build-watch": "webpack --watch",
"start": "npm run build-watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@tibco/spotfire-mods-dev-server": "^1.0.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.8.3",
"regenerator-runtime": "^0.13.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"d3": "^6.6.2",
"polished": "^4.1.2",
"svg-intersections": "^0.4.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4"
}
}