-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 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
{
"name": "ReferalPop",
"version": "1.1.0",
"description": "Simple rewards system for customers to refer friends",
"author": "Justin Mendelson",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "babel . --watch --out-dir ./public/compiled --presets=es2015,react --ignore=node_modules,db,server,./public/compiled,./public/lib --source-maps inline | nodemon --ignore node_modules ./server/server.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"bootstrap": "^4.0.0-alpha.2",
"chance": "^1.0.4",
"express": "^4.13.4",
"express-partials": "^0.2.0",
"mysql": "^2.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"request": "^2.34.0",
"sequelize": "^3.21.0",
"webpack": "^1.14.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-watch": "^2.0.5",
"chai": "^3.5.0",
"mocha": "2.3.3",
"sinon": "1.17.3"
}
}