forked from Anonymous-Pizza/fit-stop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 857 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
{
"name": "FitStop",
"version": "0.0.1",
"description": "Get Fit",
"author": "Anonymous Pizza",
"license": "UNLICENSED",
"scripts": {
"prestart": "babel ./client/src --out-dir client/public/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline",
"start": "node ./server/server.js",
"watch": "babel ./client/src --out-dir client/public/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline --watch"
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"express": "^4.15.4",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"mongoose": "^4.11.9",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"babel-cli": "^6.26.0"
}
}