forked from MarvelousMovingMinds/UforU
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "UforU",
"version": "1.0.0",
"description": "Application to aid prospective college students in finding a suitable university",
"author": "Permissive Persimmons",
"license": "",
"scripts": {
"start": "nodemon server/app.js",
"react-dev": "webpack --watch",
"postinstall": "webpack"
},
"dependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-partials": "^0.3.0",
"express-session": "^1.15.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
"node-bing-api": "^3.2.1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-input-range": "^1.1.3",
"react-router": "^2.0.1",
"react-router-dom": "^4.1.1",
"sleep": "^5.1.1",
"socket.io": "^2.0.1",
"underscore": "^1.8.3",
"url": "^0.11.0",
"webpack": "^2.4.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.4.1"
},
"engines": {
"node": "7.9.0"
}
}