forked from HRNYC12-Socrates/OkCoupon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "test-starter",
"version": "1.0.0",
"description": "My Project --- Welcome.",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"compile": "webpack --watch",
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0-beta.3",
"chai": "^4.1.2",
"express": "^4.16.2",
"mocha": "^5.0.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"nodemon": "^1.14.7",
"pg": "^7.4.1",
"psql": "0.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-easy-swipe": "0.0.13",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"request": "^2.83.0",
"sequelize": "^4.28.6",
"universal-cookie": "^2.1.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.1"
}
}