-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lodash": "^4.17.21",
"postinstall": "nuxt prepare",
"git:submodules:add": "git submodule add -f https://github.com/open-dictionary/english-dictionary.git node_modules/english-dictionary",
"git:submodules:update": "git submodule foreach git pull origin master"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.195",
"@types/node": "^18.17.0",
"nuxt": "^3.6.5",
"sass": "^1.64.1",
"sass-loader": "^13.3.2"
},
"dependencies": {
"vue3-code-block": "^2.2.12"
}
}