-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
37
38
39
40
41
42
43
44
{
"name": "cmshop",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/toast": "^3.3.1",
"animate.css": "^4.1.1",
"core-js": "^3.19.3",
"flag-icons": "^6.6.6",
"floating-vue": "^1.0.0-beta.19",
"flowbite": "^1.5.3",
"lodash": "^4.17.21",
"material-icons": "^1.12.1",
"nuxt": "^2.15.8",
"nuxt-sweetalert2": "^1.0.0",
"sweetalert2": "^11.6.9",
"tw-elements": "^1.0.0-alpha12",
"v-click-outside": "^3.2.0",
"vue": "^2.6.14",
"vue-advanced-cropper": "^1.11.5",
"vue-cool-lightbox": "^2.7.5",
"vue-final-modal": "^2.4.3",
"vue-lodash": "^2.1.2",
"vue-server-renderer": "^2.6.14",
"vue-sweetalert2": "^5.0.5",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.1.3",
"animated-tailwindcss": "^3.3.0",
"postcss": "^8.4.4",
"tailwind-scrollbar": "^2.0.1"
}
}