-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
45
46
{
"name": "bubec",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt",
"build": " NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt build",
"start": " NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt start",
"generate": " NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt generate",
"eslint": "eslint --ext vue,js,ts src",
"eslint-fix": "eslint --fix {vue}"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.3",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@vue/eslint-config-typescript": "^11.0.2",
"axios-retry": "^3.3.1",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.19.3",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"nuxt": "2.16.3",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.1",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.35",
"sass": "^1.62.1",
"sass-loader": "10",
"tailwindcss": "^3.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}