-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.03 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
37
38
39
40
41
42
43
44
{
"name": "Interview-Play-React-Node",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "5.9.1"
},
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"hjs": "~0.0.6",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2",
"mongoose": "^4.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/naman03malhotra/Interview-Play-React-Node.git"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bootstrap": "^3.3.7",
"imports-loader": "^0.7.0",
"intro.js": "^2.4.0",
"jquery": "^3.1.1",
"jquery.searchable": "^1.1.0",
"nprogress": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-dragula": "^1.1.17",
"react-tooltip": "^3.2.7",
"uglify-js": "^2.7.5",
"valid-url": "^1.0.9",
"webpack": "^2.2.1"
}
}