forked from ghyoo91/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "forever start --minUptime 3000 --spinSleepTime 1000 -o ../out.log -e ../err.log server.js",
"stop": "forever stop server.js"
},
"keywords": [],
"author": "Gyeonghyeon Yoo",
"repository": {},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.0",
"compression": "^1.7.3",
"daterangepicker": "^3.0.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"jquery-knob": "^1.2.11",
"mysql": "^2.14.1",
"nodeadmin": "^0.1.2",
"nprogress": "^0.2.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.1",
"select2": "^4.0.6-rc.1",
"smartwizard": "^4.3.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-naver": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.8.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2"
}
}