-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 758 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
{
"name": "css-horizontal-collapse",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxt/typescript-runtime": "^2.0.0",
"core-js": "^3.6.5",
"nuxt": "^2.14.6",
"prism-themes": "^1.5.0",
"remark-code-import-replace": "^0.2.0",
"smoothscroll-polyfill": "^0.4.4",
"vue-gtag": "^1.10.0",
"vue-horizontal": "^0.8.4",
"vue-horizontal-list": "^1.3.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/tailwindcss": "^3.4.2",
"less": "^4.0.0",
"less-loader": "^7.2.1"
}
}