-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
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
{
"name": "luci",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "webpack -w & nodemon server --ignore public/ --ignore client/ "
},
"author": "Anthony Maffei",
"license": "ISC",
"dependencies": {
"axios": "^0.17.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"express": "^4.16.2",
"morgan": "^1.9.0",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"phaser-ce": "^2.9.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"sequelize": "^4.18.0",
"thunk": "0.0.1",
"webpack": "^3.8.1"
}
}