-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 927 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": "cellphones",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@nuxtjs/axios": "^5.13.6",
"@windicss/plugin-animations": "^1.0.9",
"core-js": "^3.25.3",
"highlight.js": "^11.7.0",
"nuxt": "^2.15.8",
"swiper": "^8.4.6",
"vue": "^2.7.10",
"vue-highlightjs": "^1.3.3",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue-typical": "1.6.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/types": "~2.15.0",
"@nuxtjs/router": "^1.7.0",
"@nuxtjs/vuetify": "^1.12.3",
"eslint": "^8.32.0",
"nuxt-windicss": "^2"
},
"engines": {
"node": ">=16.0.0 <17.0.0"
}
}