-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "idp",
"version": "1.0.0",
"description": "identity provider",
"main": "index.js",
"scripts": {
"watch": "webpack --mode=development --watch",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hcmlinj/idp.git"
},
"author": "Jamie",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/hcmlinj/idp/issues"
},
"homepage": "https://gitlab.com/hcmlinj/idp#README",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-latest": "^6.24.1",
"bulma": "^0.7.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"vue-drag-verify": "^1.0.6",
"vue-i18n": "^7.7.0",
"vue-loader": "^15.2.2",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4",
"cryptiles": "^4.1.2"
}
}