-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "zen",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 4030",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@pixelandtonic/craftui": "~0.3.8",
"@rollup/plugin-node-resolve": "^15.0.1",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"eslint": "^8.31.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"postcss": "^8.4.20",
"postcss-color-function": "^4.1.0",
"resolve-url-loader": "^5.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.57.1",
"vite": "4.0.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"craftcms-sass": "^3.5.7",
"md5-hex": "^4.0.0",
"pinia": "^2.0.33",
"tippy.js": "^6.3.7",
"vue": "^3.2.45",
"vue-mitt": "^0.0.1",
"vue-router": "^4.1.6",
"vue3-lottie": "^2.5.0",
"vue3-slide-up-down": "^1.2.5"
}
}