-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 Bytes
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
{
"name": "newsprint",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"highlight.js": "^11.7.0",
"html2pdf.js": "^0.10.1",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.47",
"vue-highlight-code": "^0.1.16",
"vue-router": "^4.1.6",
"vuetify": "^3.1.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@mdi/font": "^7.2.96",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"postcss": "^8.4.21",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}