-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "better-gitlab",
"version": "1.0.0",
"description": "Better Gitlab",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "nodemon app.js"
},
"author": "Furqan Zafar",
"dependencies": {
"@zeit/next-less": "^1.0.1",
"axios": "^0.18.0",
"bluebird": "^3.5.4",
"body-parser": "^1.18.3",
"connect-redis": "^3.4.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"express-session": "^1.16.1",
"js-yaml": "^3.13.1",
"less": "^3.9.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"nconf": "^0.10.0",
"next": "^8.0.4",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ladda": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"nodemon": "^1.18.11"
}
}