-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "portfolio-may",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12.20.0",
"npm": ">=6.14.8"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "./node_modules/eslint/bin/eslint.js --ext .js,.vue src",
"lint:style": "./node_modules/stylelint/bin/stylelint.js \"**/src/**/*.{css,vue}\""
},
"dependencies": {
"vue": "^3.2.8",
"vue-i18n": "^9.2.0-beta.3",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^0.13.0",
"@samatech/postcss-basics": "^0.4.2",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.17.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"typescript": "^4.4.2",
"unplugin-vue-components": "^0.14.11",
"vite": "^2.5.3",
"vite-plugin-vue-images": "^0.6.1"
}
}