-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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": "ds-web",
"version": "1.0.14",
"private": true,
"engines": {
"npm": "10.8.2",
"node": "20.17.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test:unit": "vue-cli-service test:unit",
"test:lh": "dotenv -e .env.local cross-var lighthouse %LIGHTHOUSE_TARGET_URL% -- --view --no-enable-error-reporting",
"test:full": "vue-cli-service test:unit && dotenv -e .env.local cross-var lighthouse %LIGHTHOUSE_TARGET_URL% -- --view --no-enable-error-reporting"
},
"dependencies": {
"@vuepic/vue-datepicker": "^9.0.1",
"axios": "1.7.7",
"date-fns": "^3.6.0",
"dompurify": "^3.1.0",
"gsap": "^3.12.2",
"pinia": "2.2.2",
"vue": "3.5.4",
"vue-3-slider-component": "^1.0.1",
"vue-i18n": "^9.14.2",
"vue-router": "4.4.4"
},
"devDependencies": {
"@appicanis/cross-var": "^1.1.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"copy-webpack-plugin": "^11.0.0",
"dotenv-cli": "7.3.0",
"eslint": "^8.54.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^8.0.1",
"lighthouse": "^12.2.2",
"prettier": "^3.0.0",
"rollup-plugin-postcss-lit": "^2.1.0",
"sass": "^1.54.0",
"ts-jest": "^27.0.4",
"typescript": "4.9.5",
"vite": "^5.4.11",
"vite-plugin-eslint": "^1.8.1"
}
}