forked from bellerofonte/radiobox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.63 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
{
"group": "com.radiobox",
"title": "radiobox",
"private": true,
"scripts": {
"prod": "webpack --mode=production --config webpackfile.js -p --env.devtool=nosources-source-map",
"dev": "webpack-dev-server --host 0.0.0.0 --mode=development --env.dist=debug --config webpackfile.js --hot"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"eslint": "^5.8.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.11.1",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"jshint-stylish": "^0.4.0",
"mocha": "^5.2.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.3.12",
"should": "^11.2.1",
"sinon": "^1.17.7",
"style-loader": "^0.13.2",
"stylelint": "^7.13.0",
"stylelint-config-css-modules": "^0.1.0",
"stylelint-config-standard": "^15.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.5.4",
"es6-promise": "^4.2.4",
"express": "latest",
"font-awesome": "latest",
"http": "latest",
"lodash": "^4.17.11",
"messageformat": "^2.0.5",
"moment": "^2.22.0",
"mpc-js": "latest",
"npm": "^6.5.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"requirejs": "2.1.14",
"rpi-gpio": "latest",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0"
}
}