-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "react-scss-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs": "^0.13.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"browser-detect": "^0.2.28",
"coordinate-systems": "^1.1.0",
"deeplearn": "^0.5.1",
"file-saver": "^2.0.0-rc.3",
"hot-formula-parser": "^2.3.3",
"jszip": "^3.1.5",
"react-handsontable": "^0.3.1",
"react-sortable-hoc": "^0.8.3",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^1.1.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^4.7.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.11.1",
"webpack-bundle-analyzer": "^3.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --w",
"dev": "./node_modules/.bin/webpack-dev-server --hot"
},
"author": "",
"license": "ISC"
}