-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.49 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "inesdata",
"version": "1.0.0",
"private": true,
"description": "inesdata",
"scripts": {
"dev": "vite",
"serve:ui": "npm run dev -- --port 8090",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:e2e": "start-server-and-test preview http://localhost:8090 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --host localhost --port 8090' http://localhost:8090 'cypress open --e2e'",
"test:ci": "jest --ci --coverage --passWithNoTests",
"test:unit": "jest --silent",
"test:unit:dev": "cypress open --component",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.cypress-ct.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"axios": "^1.6.0",
"echarts": "^5.4.3",
"keycloak-js": "^23.0.3",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.1",
"pinia": "^2.0.35",
"vite-plugin-environment": "^1.1.3",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuetify": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@mdi/font": "^7.2.96",
"@mdi/js": "^7.3.67",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.0",
"@types/jest": "^29.5.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.16.16",
"@vite-pwa/assets-generator": "^0.2.2",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.3.2",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"cypress": "^13.6.2",
"eslint": "^8.39.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.11.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"msw": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"start-server-and-test": "^2.0.0",
"ts-jest": "^29.1.0",
"typescript": "~5.0.4",
"vite": "^4.3.4",
"vite-plugin-pwa": "^0.17.4",
"vue-tsc": "^1.6.4"
},
"contributors": [
"Matteo Perissinotto <[email protected]>"
]
}