forked from CESARBR/knot-gateway-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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
53
54
55
56
57
58
59
60
{
"name": "gateway",
"version": "1.0.0",
"description": "",
"main": "app",
"scripts": {
"build": "webpack",
"start": "node app",
"lint": "eslint ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"celebrate": "^4.0.1",
"config": "^1.26.2",
"connect": "^3.5.0",
"dbus-native": "^0.2.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"joi": "^10.4.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.17.4",
"mongoose": "^4.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.79.0"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.4",
"angular": "^1.6.4",
"angular-messages": "^1.6.6",
"angular-permission": "^5.3.0",
"angular-ui-bootstrap": "^2.5.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.28.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"is-ipv6-node": "^1.0.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"ngstorage": "^0.3.11",
"pre-commit": "^1.1.3",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1"
},
"pre-commit": [
"lint"
]
}