-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "get-around",
"version": "1.0.0",
"description": "A web app to aid in finding your way around a college campus as an international student.",
"main": "server/app.js",
"scripts": {
"start": "nodemon server/app.js --exec babel-node",
"build": "babel server -d dist",
"serve": "node dist/app.js"
},
"devDependencies": {
"eslint-config-rallycoding": "^3.2.0"
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"body-parser": "^1.16.0",
"bulma": "^0.3.1",
"classnames": "^2.2.5",
"express": "^4.13.4",
"lodash": "^3.10.1",
"mstranslator": "^2.1.1",
"nodemon": "^1.11.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-replace": "^1.0.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}