-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 926 Bytes
/
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
{
"name": "vue-data-ui-doc",
"private": false,
"version": "0.0.1",
"author": "Alec Lloyd Probert",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "npx cypress open",
"upgrade": "node upgrade.cjs",
"site": "node publish-site.cjs"
},
"dependencies": {
"@stackblitz/sdk": "^1.11.0",
"color-bridge": "^2.1.0",
"cypress": "^13.4.0",
"pinia": "^2.1.6",
"prismjs": "^1.29.0",
"ssh2": "^1.16.0",
"target-highlight": "^0.1.0",
"vue": "^3.5.13",
"vue-data-ui": "^2.6.41",
"vue-data-ui-cli": "^1.1.38",
"vue-hi-code": "^1.4.0",
"vue-router": "^4.5.1",
"vue-tabler-icons": "^2.21.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.6.2",
"vite": "^6.2.6"
}
}