-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
{
"name": "vda_visualizer",
"version": "0.0.0",
"scripts": {
"dev": "vite --host --port 8080",
"build:bundle": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest --environment jsdom",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.3",
"@vercel/analytics": "^1.4.1",
"balm-ui": "^10.22.0",
"bootstrap-icons": "^1.9.1",
"buffer": "^6.0.3",
"process": "^0.11.10",
"randomcolor": "^0.6.2",
"url": "^0.11.1",
"uuid": "^9.0.0",
"v-network-graph": "^0.9.7",
"vda-5050-lib": "^1.4.0",
"vite": "^3.0.9",
"vue": "^3.4.23",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.1.5",
"vue3-loading-skeleton": "^0.0.13",
"webpack": "^5.88.2"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^20.0.0",
"@types/node": "^16.11.56",
"@types/pngjs": "^6.0.1",
"@types/randomcolor": "^0.5.9",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"babel-loader": "^8.2.5",
"cypress": "^10.7.0",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"process": "^0.11.10",
"sass": "^1.54.9",
"start-server-and-test": "^1.14.0",
"typescript": "~4.7.4",
"vitest": "^0.23.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.40.7"
}
}