-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 937 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
{
"name": "usepython_example",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@nanostores/vue": "^0.11.0",
"highlight.js": "^11.11.1",
"nanostores": "^0.11.4",
"usepython": "^0.1.0",
"vue": "^3.5.13",
"vuecodit": "^0.0.11"
},
"devDependencies": {
"@iconify/json": "^2.2.311",
"@snowind/plugin": "0.5.0",
"@tailwindcss/forms": "^0.5.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"autoprefixer": "^10.4.20",
"path": "^0.12.7",
"postcss": "^8.5.3",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.85.1",
"tailwindcss": "^3.0.23",
"tailwindcss-semantic-colors": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.0"
}
}