-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 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
{
"name": "rubin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite --host",
"build": "vite build",
"buildGP": "vite build --base=/RUBIN/",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@types/d3": "^7.4.3",
"core-js": "^3.6.5",
"d3": "^7.6.1",
"d3-dag": "^0.11.5",
"d3-zoom": "^3.0.0",
"equal-vue": "^0.74.0",
"express": "^4.17.1",
"json5": "^2.2.3",
"loader-utils": "^2.0.3",
"node": "^19.8.1",
"pdfmake": "^0.2.7",
"pinia": "^2.0.13",
"postcss": "^8.2.15",
"primeflex": "^3.3.0",
"primeicons": "5.0.0",
"primevue": "3.26.0",
"sass": "^1.62.1",
"vue": "^3.2.33",
"vue-i18n": "^10.0.4",
"vue-router": "4.0.5"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^3.0.0",
"@mdi/font": "^7.2.96",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^8.7.1",
"node-sass": "^9.0.0",
"typescript": "^5.6.3",
"vite": "^4.4.9",
"vue-tsc": "^2.1.6",
"vite-plugin-vue-devtools": "^7.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": "18.x"
}
}