-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 863 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
{
"name": "single-value-sparkline",
"version": "0.0.1",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch --progress",
"start:dev": "webpack-dev-server"
},
"author": "",
"private": true,
"devDependencies": {
"css-loader": "^0.28.11",
"to-string-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"highcharts": "^7.1.1",
"highcharts-react-official": "^2.1.3",
"react": "^16.8.3",
"react-dom": "^16.7.0",
"styled-components": "^4.2.0"
}
}