forked from HackaIran/HackaPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
45
46
47
48
49
50
51
52
{
"name": "hackapanel",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"webpack": "webpack",
"test": "jest"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"marked": "^0.3.6",
"moment": "^2.18.1",
"mongoose": "^4.12.1",
"morgan": "~1.9.0",
"mousetrap": "^1.6.1",
"pug": "2.0.0-beta11",
"react": "^16.0.0",
"react-ace": "^5.2.2",
"react-dom": "^16.0.0",
"react-render-html": "^0.5.2",
"redux": "^3.7.2",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"jest-cli": "^21.2.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.6.0"
},
"nodemonConfig": {
"ignore": [
"contest/*",
"contest/user_codes/*",
"client/script/*",
"client/script/components/*",
"client/script/model/*"
]
}
}