|
1 | 1 | { |
2 | 2 | "name": "vuepython", |
3 | | - "version": "0.0.20", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Edit and run Python code in Vuejs", |
5 | 5 | "repository": "https://github.com/synw/vuepython", |
6 | 6 | "scripts": { |
|
11 | 11 | "build": "run-s compile emit css cpcss" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@nanostores/vue": "^0.10.0", |
15 | | - "@vueuse/core": "^10.9.0", |
16 | | - "highlight.js": "^11.9.0", |
17 | | - "usepython": "^0.1.0", |
| 14 | + "@nanostores/vue": "^0.11.0", |
| 15 | + "@vueuse/core": "^12.7.0", |
| 16 | + "highlight.js": "^11.11.1", |
| 17 | + "usepython": "^0.1.1", |
18 | 18 | "vuecodit": "^0.0.11" |
19 | 19 | }, |
20 | 20 | "peerDependencies": { |
21 | 21 | "vue": "^3.2.31" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | 24 | "@snowind/plugin": "0.5.0", |
25 | | - "@tailwindcss/forms": "^0.5.7", |
26 | | - "@tailwindcss/typography": "^0.5.10", |
| 25 | + "@tailwindcss/forms": "^0.5.10", |
| 26 | + "@tailwindcss/typography": "^0.5.16", |
27 | 27 | "@types/highlight.js": "^10.1.0", |
28 | | - "@types/node": "^20.11.28", |
29 | | - "@vitejs/plugin-vue": "^5.0.4", |
30 | | - "@vue/compiler-sfc": "^3.4.21", |
31 | | - "autoprefixer": "^10.4.18", |
| 28 | + "@types/node": "^22.13.5", |
| 29 | + "@vitejs/plugin-vue": "^5.2.1", |
| 30 | + "@vue/compiler-sfc": "^3.5.13", |
| 31 | + "autoprefixer": "^10.4.20", |
32 | 32 | "npm-run-all": "^4.1.5", |
33 | 33 | "path": "^0.12.7", |
34 | | - "postcss": "^8.4.35", |
35 | | - "sass": "^1.72.0", |
36 | | - "tailwindcss": "^3.4.1", |
| 34 | + "postcss": "^8.5.3", |
| 35 | + "sass": "^1.85.1", |
| 36 | + "tailwindcss": "^4.0.9", |
37 | 37 | "tailwindcss-semantic-colors": "^0.2.0", |
38 | | - "tslib": "^2.6.2", |
39 | | - "typescript": "^5.4.2", |
40 | | - "vite": "^5.1.6", |
41 | | - "vue": "^3.4.21", |
42 | | - "vue-tsc": "^2.0.6" |
| 38 | + "tslib": "^2.8.1", |
| 39 | + "typescript": "^5.7.3", |
| 40 | + "vite": "^6.2.0", |
| 41 | + "vue": "^3.5.13", |
| 42 | + "vue-tsc": "^2.2.4" |
43 | 43 | }, |
44 | 44 | "files": [ |
45 | 45 | "dist" |
|
0 commit comments