forked from share121/inter-knot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 983 Bytes
/
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
{
"name": "inter-knot",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"generate-root": "cross-env BASE_URL=/ nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.5.3",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"dompurify": "^3.1.6",
"github-markdown-css": "^5.6.1",
"normalize.css": "^8.0.1",
"nuxt": "^3.12.4",
"pinia": "^2.2.1",
"vue": "latest",
"vue-waterfall-plugin-next": "^2.4.3",
"vue3-toastify": "^0.2.2"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"devDependencies": {
"@types/dompurify": "^3.0.5",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"postcss-preset-env": "^10.0.0"
}
}