-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 KB
/
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
{
"name": "mdtables",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@heroicons/vue": "^2.0.18",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "^10.4.16",
"csv-parse": "^5.5.2",
"daisyui": "^3.9.3",
"eslint": "latest",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "latest",
"markdown-table": "^3.0.3",
"nuxt": "^3.7.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.3.2",
"vue-router": "^4.2.5"
},
"packageManager": "[email protected]"
}