-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
58
59
60
61
62
{
"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.6.2",
"axios": "^0.18.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-import-rename": "^1.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"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.8.0",
"copy-webpack-plugin": "^4.6.0",
"cross-fetch": "^2.2.3",
"css-loader": "^1.0.1",
"file-loader": "^1.1.11",
"history": "^4.10.1",
"mini-css-extract-plugin": "^0.4.5",
"react": "^16.12.0",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.12.0",
"react-event-listener": "^0.6.6",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-schema-form": "^0.6.15",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"sockette": "^2.0.6",
"tv4": "^1.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"core-js": "^3.4.1",
"glob": "^7.1.6",
"spotify-web-api-node": "^4.0.0"
}
}