This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "vue-cli-template",
"version": "0.8.8",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e",
"test": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "~0.2",
"@tailwindcss/forms": "~0.2",
"@tailwindcss/typography": "~0.4",
"autoprefixer": "^9",
"core-js": "~3.8",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "~3.0",
"vue-router": "~4.0",
"vuex": "~4.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "~7.12",
"@cypress/code-coverage": "~3.9",
"@istanbuljs/nyc-config-typescript": "~1.0",
"@types/node": "~14.14",
"@types/webpack-env": "~1.16",
"@typescript-eslint/eslint-plugin": "~4.14",
"@typescript-eslint/parser": "~4.14",
"@vue/cli-plugin-babel": "~4.5",
"@vue/cli-plugin-e2e-cypress": "~4.5",
"@vue/cli-plugin-eslint": "~4.5",
"@vue/cli-plugin-router": "~4.5",
"@vue/cli-plugin-typescript": "~4.5",
"@vue/cli-service": "~4.5",
"@vue/compiler-sfc": "~3.0",
"@vue/eslint-config-standard": "~6.0",
"@vue/eslint-config-typescript": "~7.0",
"babel-loader": "~8.2",
"babel-plugin-istanbul": "~6.0",
"check-code-coverage": "~1.10",
"eslint": "~7.19",
"eslint-plugin-import": "~2.22",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~4.2",
"eslint-plugin-standard": "~5.0",
"eslint-plugin-vue": "~7.5",
"nyc": "~15.1",
"typescript": "~4.1"
},
"resolutions": {
"cypress": "^6.4"
},
"nyc": {
"reporter": [
"text-summary",
"html",
"json-summary"
]
}
}