-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "traffic-lights",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/webpack --watch --config webpack.config.js & node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrand15/traffic-lights.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrand15/traffic-lights/issues"
},
"homepage": "https://github.com/mrand15/traffic-lights#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"express": "^4.16.2",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.5",
"webpack": "^3.6.0"
}
}