-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
128 lines (128 loc) · 4.43 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "vue-tpl",
"version": "1.3.3",
"private": false,
"description": "vue + vuex + vue router + TypeScript(支持 JavaScript) 模板",
"author": "毛瑞 <Maorey@Foxmail.com>",
"scripts": {
"build": "npx --max_old_space_size=4096 vue-cli-service build --mode=production --no-unsafe-inline",
"test:unit": "npx --max_old_space_size=4096 vue-cli-service test:unit --detectOpenHandles --coverage",
"test:e2e": "npx --max_old_space_size=4096 vue-cli-service test:e2e",
"lint": "npx --max_old_space_size=4096 stylelint **/*.vue **/*.scss **/*.css --cache --cache-location node_modules/.cache/stylelint/ --fix & npx --max_old_space_size=4096 vue-cli-service lint --mode=production --fix",
"dev": "npx --max_old_space_size=4096 vue-cli-service serve --mode=development --open"
},
"dependencies": {
"@luma.gl/webgl": "^8.5.5",
"@luma.gl/engine": "^8.5.5",
"@luma.gl/shadertools": "^8.5.5",
"@luma.gl/gltools": "^8.5.5",
"@tinymce/tinymce-vue": "^4.0.4",
"axios": "^0.21.1",
"crypto-js": "3.3.0",
"d3": "^7.0.1",
"echarts": "^4.9.0",
"echarts-liquidfill": "^2.0.6",
"element-ui": "^2.15.5",
"jsencrypt": "^3.2.1",
"math.gl": "^3.5.4",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pixi.js": "^6.1.2",
"pixi.js-legacy": "^6.1.2",
"register-service-worker": "^1.7.2",
"screenfull": "^5.1.0",
"three": "^0.132.2",
"tinymce": "^5.9.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "9.1.2",
"vue-router": "^3.5.2",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"zdog": "^1.1.2",
"zrender": "^4.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@types/crypto-js": "3.1.47",
"@types/d3": "^7.0.0",
"@types/echarts": "^4.9.10",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-pwa": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.2.2",
"compression-webpack-plugin": "^4.0.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.17.0",
"hard-source-webpack-plugin": "^0.13.1",
"lint-staged": "^11.1.2",
"postcss-preset-env": "^6.7.0",
"regenerate": "^1.4.2",
"regjsgen": "^0.5.2",
"regjsparser": "^0.6.9",
"sass": "1.32.13",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-scss-maorey": "^1.1.1",
"stylelint-webpack-plugin": "^3.0.1",
"typescript": "^4.4.2",
"unicode-match-property-ecmascript": "^1.0.4",
"unicode-match-property-value-ecmascript": "^1.2.0",
"vue-eslint-parser": "^7.10.0",
"vue-template-compiler": "^2.6.14",
"vue-tsx-support": "^2.3.3",
"webpack-remove-strict-mode-plugin": "^1.0.0",
"worker-loader": "^3.0.8"
},
"resolutions": {
"mini-css-extract-plugin": "https://registry.npm.taobao.org/alternate-css-extract-plugin/download/alternate-css-extract-plugin-0.9.4.tgz",
"stylelint": "^13.13.1"
},
"bugs": {
"url": "https://github.com/Maorey/vue-tpl/issues"
},
"gitHooks": {
"pre-commit": "lint-staged --allow-empty"
},
"keywords": [
"vue2",
"vuex3",
"vuerouter",
"typescript3",
"template"
],
"license": "MIT",
"lint-staged": {
"*.{ts,tsx,js,jsx,vue}": [
"npx --max_old_space_size=4096 vue-cli-service lint --mode=production --fix",
"git add"
],
"*.{vue,scss,css}": [
"npx --max_old_space_size=4096 stylelint **/*.vue **/*.scss **/*.css --cache --cache-location node_modules/.cache/stylelint/ --fix",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maorey/vue-tpl.git"
}
}