-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ecommnerce",
"version": "1.0.0",
"private": true,
"description": "Ecommerce",
"author": "Yuki Khiem Nguyen",
"keywords": "Ecommerce",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"autoprefixer": "^10.3.4",
"core-js": "^3.17.3",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"vant": "^2.12.28",
"vuesax": "^4.0.1-alpha.25"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.0",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "^27.2.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"sass": "^1.41.1",
"sass-loader": "^10.1.1",
"vue-jest": "^3.0.4"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead",
"Android >= 6.0",
"iOS >= 10"
]
}