-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "project-name",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview --port 3000"
},
"dependencies": {
"@headlessui/vue": "^1.4.0",
"@heroicons/vue": "^1.0.3",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@types/node": "^16.6.1",
"@types/vue-router": "^2.0.0",
"axios": "^0.21.1",
"luxon": "^2.0.2",
"markdown-it": "^12.2.0",
"markdown-it-vue": "^1.1.6",
"prismjs": "^1.24.1",
"reflect-metadata": "^0.1.13",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.7",
"typescript": "^4.4.3",
"vue": "^3.0.5",
"vue-prism-component": "^2.0.0",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"markdown-it-anchor": "^8.3.1",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-highlightjs": "^3.5.0",
"markdown-it-toc-done-right": "^4.2.0",
"vite": "^2.4.4",
"vite-plugin-windicss": "^1.2.7",
"vue3-markdown-it": "^1.0.9",
"windicss": "^3.1.7"
}
}