-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 982 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
38
{
"name": "e",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"json-server": "json-server --config json-server.json"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/vuetify": "^1.12.3",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"core-js": "^3.25.3",
"nuxt": "^2.15.8",
"nuxt-sweetalert2": "^1.0.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.1",
"typescript": "^3.9.5",
"vue": "^2.7.15",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-server-renderer": "^2.7.15",
"vue-sweetalert2": "^5.0.5",
"vue-template-compiler": "^2.7.10",
"vue2-dropzone": "^3.6.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}