forked from monarch-initiative/monarch-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.53 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
{
"name": "monarch-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"ui": "npx vue ui",
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"build-with-symlink": "vue-cli-service build && (cd docs/ && ln -s . monarch-ui)",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"font-awesome": "^4.7.0",
"lodash": "^4.17.11",
"register-service-worker": "^1.5.2",
"underscore": "^1.9.1",
"vue": "^2.5.17",
"vue-form-wizard": "^0.8.4",
"vue-json-tree": "^0.3.3",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli": "^3.0.4",
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-plugin-pwa": "^3.0.4",
"@vue/cli-plugin-unit-mocha": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-airbnb": "^3.0.4",
"@vue/eslint-config-standard": "^3.0.4",
"@vue/test-utils": "^1.0.0-beta.25",
"chai": "^4.1.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-alias": "^1.1.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.14.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"vue-cli-plugin-bootstrap-vue": "^0.1.0",
"vue-template-compiler": "^2.5.17"
}
}