-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
35
36
37
{
"name": "cms",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@headlessui/vue": "^1.4.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@sitechtimes/shared": "^1.0.24",
"axios": "^0.21.1",
"browser-image-compression": "^1.0.15",
"cloudinary": "^1.26.3",
"core-js": "^3.16.1",
"nuxt": "^2.15.8",
"sass": "^1.37.5",
"sass-loader": "^10.2.0",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2",
"vue": "^2.6.14",
"vue2-editor": "^2.10.2",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.4.3",
"@tailwindcss/postcss7-compat": "^2.2.7",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
}
}