-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
{
"name": "drew-harper",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"lint": "eslint --fix 'src/**/*.{js,vue}'",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@vueuse/core": "^9.13.0",
"class-variance-authority": "^0.7.0",
"consolidate": "^1.0.3",
"core-js": "^3.8.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-prettier": "^4.2.1",
"tailwind-clip-path": "^1.0.0",
"vue": "^3.2.25",
"vue-body-class": "^3.0.2",
"vue-router": "^4.0.14",
"webpack-chain": "^6.5.1"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.1.0",
"prettier": "2.8.5",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"tailwind-column-rule": "^1.0.2",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"vite": "^5.0.11",
"vite-svg-loader": "^4.0.0",
"vue-eslint-parser": "^9.1.0",
"vueperslides": "^3.3.2"
}
}