-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "base-cms-management-components",
"version": "0.13.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --inline-vue --name BMCObject --filename bmc --formats umd-min src/lib.js",
"inspect": "vue-cli-service inspect",
"lint": "vue-cli-service lint",
"test": "yarn lint"
},
"dependencies": {
"@base-cms/graphql-fragment-types": "^1.0.0-beta.1",
"@riophae/vue-treeselect": "^0.3.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"core-js": "^2.6.5",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"luxon": "^1.19.3",
"moment": "^2.24.0",
"portal-vue": "^2.1.6",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0-rc.7",
"vue-datetime": "^1.0.0-beta.10",
"weekstart": "^1.0.0"
},
"devDependencies": {
"@vue/cli": "^3.11.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"bootstrap": "^4.3.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"rimraf": "^3.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"stylelint": "^10.1.0",
"stylelint-config-twbs-bootstrap": "^0.4.0",
"vue-template-compiler": "^2.6.10"
}
}