-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.07 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
58
59
60
61
62
{
"name": "rpi-camera",
"version": "1.0.1",
"scripts": {
"start": "BABEL_ENV=node ./node_modules/.bin/babel-node ./server.js",
"dev": "./node_modules/.bin/webpack --mode development --watch --colors",
"hot": "./node_modules/.bin/webpack-dev-server --mode development --open --hot --inline --colors",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress --colors"
},
"dependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"classnames": "^2.2.5",
"emoji-flags": "^1.2.0",
"express": "^4.16.2",
"raspi": "^5.0.2",
"raspi-pwm": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-twemoji": "0.0.8",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-css-modules-transform": "^1.5.0",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-require-ignore": "^0.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"flow-babel-webpack-plugin": "^1.1.1",
"html-webpack-plugin": "^3.0.4",
"postcss": "^6.0.19",
"postcss-cssnext": "^3.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-hexrgba": "^1.0.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.1",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^3.0.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-reporter": "^5.0.0",
"react-hot-loader": "^4.0.0",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
}
}