-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.11 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.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
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
{
"name": "vue-listview-generator",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build",
"release": "node scripts/release",
"release:gh-pages": "git subtree push --prefix=dist origin gh-pages"
},
"dependencies": {
"@laomao800/vue-listview": "^1.2.1",
"@sentry/browser": "^5.6.2",
"@sentry/integrations": "^5.6.1",
"dayjs": "^1.8.12",
"decko": "^1.2.0",
"downloadjs": "^1.4.7",
"element-ui": "^2.11.0",
"get-value": "^3.0.1",
"has-values": "^2.0.1",
"json-schema-ref-parser": "^7.1.0",
"json5": "^2.1.0",
"localforage": "^1.7.3",
"lodash": "^4.17.19",
"monaco-editor": "^0.17.1",
"normalize.css": "^8.0.1",
"prettier": "^1.16.4",
"stylelint": "^9.10.1",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-recess-order": "^2.0.1",
"stylelint-config-standard": "^18.2.0",
"vue": "^2.6.10",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-slicksort": "^1.1.3",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1",
"vuex-map-fields": "^1.3.2"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.8.0",
"@types/downloadjs": "^1.4.1",
"@types/json-schema": "^7.0.3",
"@types/json5": "^0.0.30",
"@types/localforage": "^0.0.34",
"@types/lodash": "^4.14.120",
"@types/node": "^12.6.8",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"execa": "^2.0.4",
"inquirer": "^7.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"raw-loader": "^2.0.0",
"semver": "^6.3.0",
"svg-sprite-loader": "^4.1.3",
"typescript": "~3.2.2",
"vue-template-compiler": "^2.6.10"
}
}