forked from ahodges9/LedFx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "LedFx",
"version": "0.2.0",
"description": "LedFx",
"main": "index.js",
"scripts": {
"build": "webpack -p --progress --config webpack.config.js",
"dev": "webpack --progress -d --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress -d --config webpack.config.js --watch"
},
"author": "Austin Hodges",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ahodges9/ledfx.git"
},
"devDependencies": {
"@babel/runtime": "^7.1.5",
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-import-rename": "^1.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chart.js": "^2.7.3",
"copy-webpack-plugin": "^4.6.0",
"cross-fetch": "^2.2.3",
"css-loader": "^1.0.1",
"file-loader": "^1.1.11",
"history": "^4.7.2",
"mini-css-extract-plugin": "^0.4.5",
"react": "^16.6.3",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.6.3",
"react-event-listener": "^0.6.4",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-schema-form": "^0.6.2",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sockette": "^2.0.3",
"tv4": "^1.3.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}