-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 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
{
"name": "macher.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "if [ ! \"$CI\" = true ]; then node scripts/npm-post-install-hook.js; fi",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.40.0",
"vue": "^2.7.15",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/vue": "^5.9.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~4.5.19",
"@vue/cli-plugin-unit-jest": "~4.5.19",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.3.6",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^7.20.0",
"node-sass": "^9.0.0",
"sass": "~1.43.4",
"sass-loader": "^10.4.1",
"typescript": "~5.1.6",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-template-compiler": "^2.7.15",
"vuetify-loader": "^1.9.2"
}
}