-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"name": "ironfest",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "0.9.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"auth0-lock": "^10.11.0",
"body-parser": "^1.16.1",
"chai": "^3.5.0",
"express": "^4.14.1",
"jwt-decode": "^2.1.0",
"mocha": "^3.2.0",
"mongodb": "^2.2.24",
"mongoose": "^4.8.4",
"react": "^15.4.2",
"react-chatview": "^0.1.1",
"react-codemirror": "^0.3.0",
"react-dom": "^15.4.2",
"react-dropdown": "^1.2.1",
"react-scroll": "^1.4.7",
"react-tooltip": "^3.2.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dev": "nodemon server/server.js"
}
}