-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.09 KB
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
78
79
80
81
{
"name": "kemcio",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"test": "jest"
},
"jest": {
"testEnvironment": "jsdom",
"moduleFileExtensions": [
"js",
"ts",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "@vue/vue3-jest",
"^.+\\.ts?$": "ts-jest"
},
"testEnvironmentOptions": {
"customExportConditions": ["node", "node-addons"]
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
}
},
"dependencies": {
"@braks/vue-flow": "^0.4.21",
"@vuelidate/core": "^2.0.0-alpha.40",
"@vuelidate/validators": "^2.0.0-alpha.28",
"@vueuse/core": "^8.2.6",
"@windicss/plugin-scrollbar": "^1.2.3",
"axios": "^0.26.1",
"chart.js": "^3.8.0",
"esp-web-flasher": "^5.1.3",
"pinia": "^2.0.13",
"vite-plugin-windicss": "^1.8.3",
"vue": "^3.2.25",
"vue-axios": "^3.4.1",
"vue-chartjs": "^4.1.1",
"vue-cookies": "^1.8.0",
"vue-router": "4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.5",
"@iconify-json/lucide": "^1.1.28",
"@iconify-json/tabler": "^1.1.13",
"@types/jest": "^28.1.6",
"@types/node": "^17.0.25",
"@types/w3c-web-serial": "^1.0.2",
"@types/w3c-web-usb": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-vue": "^2.3.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.2",
"@vue/vue3-jest": "^28.0.1",
"@windicss/plugin-animations": "^1.0.9",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.6.2",
"ts-jest": "^28.0.7",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.8.6",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.0",
"vue-tsc": "^0.38.3"
}
}