-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.87 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
{
"name": "footwork-generator",
"version": "2021.8.2",
"private": true,
"description": "The Footwork Generator for swing dancers",
"author": "[email protected]",
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"build": "vue-cli-service build --skip-plugins @vue/cli-plugin-eslint"
},
"dependencies": {
"@mdi/font": "^6.3.95",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"axios": "^0.23.0",
"clipboard": "^2.0.8",
"core-js": "^3.18.3",
"debounce": "^1.2.1",
"element-plus": "^1.0.2-beta.70",
"headful": "^1.0.3",
"normalize.css": "^8.0.1",
"register-service-worker": "^1.7.2",
"roboto-fontface": "*",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.20",
"vue-class-component": "^8.0.0-beta.3",
"vue-ls": "^4.0.0",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.0.12",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vue/cli-plugin-babel": "^4.5.14",
"@vue/cli-plugin-eslint": "^4.5.14",
"@vue/cli-plugin-pwa": "^4.5.14",
"@vue/cli-plugin-router": "^4.5.14",
"@vue/cli-plugin-typescript": "~5.0.0-beta.2",
"@vue/cli-service": "^4.5.14",
"@vue/compiler-sfc": "^3.1.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^8.0.0",
"copy-webpack-plugin": "^5.1.2",
"ejs-easy-loader": "^0.1.4",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.20.0",
"html-loader": "^2.1.2",
"prerender-spa-plugin": "^3.2.1",
"prettier": "^2.4.1",
"pwa-asset-generator": "^5.0.0",
"sass": "^1.43.2",
"sass-loader": "^10.0.0",
"typescript": "^4.4.4",
"vue-cli-plugin-prerender-spa": "~1.1.6",
"vue-loader": "^16.8.1"
},
"typings": "./types"
}