|
1 | 1 | { |
2 | | - "name": "vuepress-theme-nc-root", |
3 | | - "version": "1.0.0", |
4 | | - "description": "vuepress themed with tailwindcss.", |
5 | | - "main": "index.js", |
6 | | - "author": "✨NeserCode <[email protected]>", |
7 | | - "license": "MIT", |
8 | | - "scripts": { |
9 | | - "docs:dev": "vuepress dev docs", |
10 | | - "docs:build": "vuepress build docs" |
11 | | - }, |
12 | | - "devDependencies": { |
13 | | - "@vuepress/bundler-vite": "^2.0.0-rc.14", |
14 | | - "@vuepress/bundler-webpack": "^2.0.0-rc.7", |
15 | | - "@vuepress/helper": "^2.0.0-rc.37", |
16 | | - "@vuepress/plugin-active-header-links": "^2.0.0-rc.37", |
17 | | - "@vuepress/plugin-blog": "^2.0.0-rc.37", |
18 | | - "@vuepress/plugin-git": "^2.0.0-rc.37", |
19 | | - "@vuepress/plugin-markdown-container": "^2.0.0-rc.37", |
20 | | - "@vuepress/plugin-nprogress": "^2.0.0-rc.37", |
21 | | - "@vuepress/plugin-reading-time": "^2.0.0-rc.37", |
22 | | - "@vuepress/plugin-search": "^2.0.0-rc.38", |
23 | | - "@vuepress/plugin-seo": "^2.0.0-rc.37", |
24 | | - "@vuepress/plugin-shiki": "^2.0.0-rc.37", |
25 | | - "@vuepress/plugin-theme-data": "^2.0.0-rc.37", |
26 | | - "@vuepress/plugin-toc": "^2.0.0-rc.37", |
27 | | - "@vuepress/shared": "^2.0.0-rc.2", |
28 | | - "@vuepress/theme-default": "^2.0.0-rc.37", |
29 | | - "autoprefixer": "^10.4.19", |
30 | | - "postcss": "^8.4.39", |
31 | | - "tailwindcss": "^3.4.4", |
32 | | - "vuepress": "^2.0.0-rc.14", |
33 | | - "vuepress-plugin-md-enhance": "^2.0.0-rc.50" |
34 | | - }, |
35 | | - "dependencies": { |
36 | | - "@giscus/vue": "^3.0.0", |
37 | | - "@headlessui/vue": "^1.7.22", |
38 | | - "@heroicons/vue": "^2.1.4", |
39 | | - "@vueuse/core": "^10.11.0" |
40 | | - }, |
41 | | - "peerDependencies": { |
42 | | - "vue": "~3.4.31", |
43 | | - "vue-router": "~4.4.0" |
44 | | - } |
| 2 | + "name": "vuepress-theme-nc-root", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "vuepress themed with tailwindcss.", |
| 5 | + "main": "index.js", |
| 6 | + "author": "✨NeserCode <[email protected]>", |
| 7 | + "license": "MIT", |
| 8 | + "scripts": { |
| 9 | + "dev": "vuepress dev docs", |
| 10 | + "build": "vuepress build docs" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "@vuepress/bundler-vite": "^2.0.0-rc.14", |
| 14 | + "@vuepress/bundler-webpack": "^2.0.0-rc.7", |
| 15 | + "@vuepress/helper": "^2.0.0-rc.37", |
| 16 | + "@vuepress/plugin-active-header-links": "^2.0.0-rc.37", |
| 17 | + "@vuepress/plugin-blog": "^2.0.0-rc.37", |
| 18 | + "@vuepress/plugin-git": "^2.0.0-rc.37", |
| 19 | + "@vuepress/plugin-markdown-container": "^2.0.0-rc.37", |
| 20 | + "@vuepress/plugin-nprogress": "^2.0.0-rc.37", |
| 21 | + "@vuepress/plugin-reading-time": "^2.0.0-rc.37", |
| 22 | + "@vuepress/plugin-search": "^2.0.0-rc.38", |
| 23 | + "@vuepress/plugin-seo": "^2.0.0-rc.37", |
| 24 | + "@vuepress/plugin-shiki": "^2.0.0-rc.37", |
| 25 | + "@vuepress/plugin-theme-data": "^2.0.0-rc.37", |
| 26 | + "@vuepress/plugin-toc": "^2.0.0-rc.37", |
| 27 | + "@vuepress/shared": "^2.0.0-rc.2", |
| 28 | + "@vuepress/theme-default": "^2.0.0-rc.37", |
| 29 | + "autoprefixer": "^10.4.19", |
| 30 | + "postcss": "^8.4.39", |
| 31 | + "tailwindcss": "^3.4.4", |
| 32 | + "vuepress": "^2.0.0-rc.14", |
| 33 | + "vuepress-plugin-md-enhance": "^2.0.0-rc.50" |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "@giscus/vue": "^3.0.0", |
| 37 | + "@headlessui/vue": "^1.7.22", |
| 38 | + "@heroicons/vue": "^2.1.4", |
| 39 | + "@vueuse/core": "^10.11.0" |
| 40 | + }, |
| 41 | + "peerDependencies": { |
| 42 | + "vue": "~3.4.31", |
| 43 | + "vue-router": "~4.4.0" |
| 44 | + } |
45 | 45 | } |
0 commit comments