-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.32 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
{
"name": "farm-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org || cnpm install",
"inspect": "vue inspect > output.js --verbose",
"reinstall": "rimraf node_modules && rimraf yarn.lock && rimraf package.lock.json && npm run bootstrap",
"report": "vue-cli-service build --report",
"svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext js --es6",
"zip": "node build/zip.ts",
"new": "plop",
"deploy": "node ./scripts/deploy.js"
},
"dependencies": {
"@windraxb/cloud-utils": "*",
"@windraxb/common-less": "*",
"axios": "0.19.2",
"cloud-utils": "^1.2.1",
"core-js": "3.29.0",
"echarts": "^4.2.1",
"echarts-wordcloud": "1.1.3",
"element-ui": "^2.15.0",
"js-md5": "^0.7.3",
"normalize.css": "8.0.1",
"v-click-outside": "^3.2.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^8.3.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "3.2.0",
"vuex": "^3.4.0",
"vuex-persistedstate": "2.7.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-eslint": "^4.5.0",
"@vue/cli-plugin-router": "^4.5.0",
"@vue/cli-plugin-typescript": "^4.5.0",
"@vue/cli-plugin-vuex": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@windraxb/ftp-deploy": "^1.0.0",
"archiver": "^5.1.0",
"compression-webpack-plugin": "^6.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"plop": "^2.7.4",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-resources-loader": "^1.4.1",
"typescript": "~3.9.3",
"vue-svgicon": "^3.2.9",
"vue-template-compiler": "^2.6.11"
}
}