forked from salesforce/cloudsplaining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.8 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "cloudsplaining",
"main": "cloudsplaining/output",
"version": "0.4.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development --open",
"build": "vue-cli-service build --mode production --dest cloudsplaining/output/dist --no-clean",
"lint": "vue-cli-service lint",
"test": "mocha --recursive cloudsplaining/output/src/test/"
},
"directories": {
"test": "src/test/"
},
"dependencies": {
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"chart.js": "^3.9.1",
"core-js": "^3.33.0",
"immutable": "^4.3.4",
"jquery": "^3.7.1",
"vue": "~2.6.14",
"vue-chartjs": "^4.1.2",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-eslint": "^10.1.0",
"chai": "^4.3.10",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^9.17.0",
"html-loader": "^1.3.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^4.4.1",
"inline-chunk-html-plugin": "^1.0.4",
"markdown-anchor": "^0.2.0",
"markdown-it": "^13.0.2",
"markdown-loader": "^7.0.0",
"markup-it": "^13.0.0",
"mocha": "^10.2.0",
"popper": "^1.0.1",
"preload-webpack-plugin": "^3.0.0-beta.4",
"vue-template-compiler": "~2.6.14",
"webpack-chain": "^6.5.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-var": "off",
"vue/multi-word-component-names": "off",
"vue/no-reserved-component-names": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}