-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "bidogoo",
"version": "1.7.1",
"description": "My finest Nuxt.js project",
"author": "fanfan",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3001 PIXEL_ID=1452402408230185 GA_ID=UA-127327307-10 RECAPTCHA_KEY=6LeUFIYUAAAAAMcN4UcfoiV3Jw7LRY93jYkOkhTv nuxt -o",
"build": "nuxt build --analyze",
"start": " nuxt start",
"build_prod": "NODE_ENV=production PIXEL_ID=443647616408979 GA_ID=UA-132713225-1 nuxt build ",
"build_dev": "NODE_ENV=dev PIXEL_ID=2352124758336514 GA_ID=UA-127327307-12 nuxt build ",
"build_test": "NODE_ENV=test PIXEL_ID=1552182758258589 GA_ID=UA-127327307-1 nuxt build ",
"start_prod": "NODE_ENV=production nuxt start ",
"start_dev": "NODE_ENV=dev nuxt start ",
"start_test": "NODE_ENV=test nuxt start ",
"test": "node app.js",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxt/core": "^2.11.0",
"@nuxtjs/apollo": "^4.0.0-rc6",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.1.0",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/style-resources": "^0.1.2",
"ant-design-vue": "^1.3.10",
"autoprefixer": "^9.2.1",
"babel-plugin-import": "^1.12.0",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"cssnano": "^4.1.5",
"exif-js": "^2.3.0",
"js-cookie": "^2.2.0",
"nuxt": "^2.7.1",
"nuxt-facebook-pixel": "^1.0.2",
"nuxt-i18n": "^5.12.7",
"nuxt-property-decorator": "^2.3.0",
"postcss-px-to-viewport": "^0.0.3",
"postcss-pxtorem": "^4.0.1",
"postcss-theme-variables": "^1.0.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-clipboard2": "^0.3.0",
"vue-loader": "^15.7.0",
"vue-photo-preview": "^1.1.3",
"vue-thailand-address-autocomplete": "^0.0.8",
"vuex-class-component": "^1.6.0"
},
"devDependencies": {
"@nuxt/typescript": "^2.8.1",
"@nuxtjs/sentry": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"babel-eslint": "^8.2.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"log4js": "^3.0.6",
"node-fetch": "^2.3.0",
"node-sass": "^4.9.4",
"nodemon": "^1.11.0",
"prettier": "1.18.2",
"sass-loader": "^7.1.0",
"ts-node": "^8.3.0"
},
"browserslist": [
"> 0%",
"last 25 versions",
"ie >= 8",
"ios >= 8",
"android >= 4.0"
]
}