-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 969 Bytes
/
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
{
"name": "main-site",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build --emptyOutDir --minify true",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"build.serv": "vite build --outDir ../front/public/test/ --base /test/ --emptyOutDir --minify true"
},
"dependencies": {
"@types/jquery": "^3.5.13",
"@types/uikit": "^3.3.2",
"@vueuse/components": "^7.6.2",
"@vueuse/core": "^7.6.2",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"pinia": "^2.0.11",
"ramda": "^0.28.0",
"select2": "^4.1.0-rc.0",
"uikit": "^3.11.1",
"vue": "^3.2.29",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"wretch": "^1.7.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.1.0",
"@vue/test-utils": "^2.0.0-rc.18",
"jsdom": "^19.0.0",
"sass": "^1.49.8",
"vite": "^2.7.13",
"vitest": "^0.2.5"
}
}