-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 929 Bytes
/
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": "Ziggys-Poker",
"version": "0.1.0",
"description": "A site for Ziggs Poker",
"repository": "https://github.com/aaron-macdonald/Ziggy-Poker.git",
"main": "index.js",
"scripts": {
"start": "nodemon server/index & webpack --watch",
"knex": "knex"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"keywords": [],
"author": "Aaron Macdonald",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.14.0",
"knex": "^0.13.0",
"lodash": "^4.17.4",
"sqlite3": "^3.1.8",
"superagent": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"jsx-loader": "^0.13.2",
"nodemon": "^1.11.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.1.1",
"webpack": "^2.5.1"
}
}