-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "vue-boilerplate",
"version": "1.0.0",
"repository": "git@github.com:ts-pro/vue-boilerplate.git",
"author": "havrashenko <gavrashenko@gmail.com>",
"license": "MIT",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "yarn run stylelint && vite build",
"preview": "vite preview",
"stylelint": "stylelint --fix \"./src/**/*.{css,less,scss,styl,stylus,vue}\""
},
"dependencies": {
"vue": "3.3.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"autoprefixer": "10.4.16",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "9.18.1",
"postcss": "8.4.31",
"postcss-html": "1.5.0",
"prettier": "3.0.3",
"sass": "1.69.5",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-config-standard-vue": "1.0.0",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-checker": "0.6.2",
"vue-tsc": "1.8.22"
}
}