This repository was archived by the owner on Jul 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
124 lines (124 loc) · 4.1 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "typescript-nuxtjs-boilerplate",
"private": true,
"version": "0.0.1",
"description": "Nuxt.js with TypeScript and Run with docker and docker-compose",
"scripts": {
"local": "npm run dev",
"dev": "cross-env NODE_ENV=development BUILD_ENV=local nuxt",
"build": "nuxt build --no-lock",
"build:static": "nuxt build --spa --no-lock",
"build:local": "cross-env NODE_ENV=production BUILD_ENV=local envName=local nuxt build --no-lock",
"build:docker": "cross-env NODE_ENV=production nuxt build --no-lock",
"start": "nuxt start",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest",
"clean:cache": "rimraf node_modules/.cache/hard-source",
"storybook": "start-storybook -p 9001 -c .storybook",
"analyze": "cross-env NODE_ENV=production BUILD_ENV=local nuxt build --analyze",
"docker": "docker-compose -f docker-compose.yml up --build",
"docker:clean": "docker-compose -f docker-compose.yml build --no-cache && docker-compose -f docker-compose.yml up",
"container-prune": "docker container prune",
"image-prune": "docker image prune",
"system-prune": "docker system prune",
"stats": "docker container stats"
},
"husky": {
"hooks": {
"pre-commit": "yarn precommit"
}
},
"author": {
"name": "hisasann",
"email": "[email protected]",
"url": "https://github.com/hisasann"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hisasann/typescript-nuxtjs-boilerplate.git"
},
"keywords": [
"nuxt",
"typescript"
],
"bugs": {
"url": "https://github.com/hisasann/typescript-nuxtjs-boilerplate/issues"
},
"dependencies": {
"@lollipop-onl/vuex-typesafe-helper": "^0.2.6",
"@nuxt/typescript": "^2.8.1",
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/google-tag-manager": "^2.2.0",
"@nuxtjs/pwa": "^3.0.0-beta.14",
"@nuxtjs/sentry": "^3.0.0",
"@types/shortid": "^0.0.29",
"@types/swiper": "^4.4.3",
"@types/webpack": "^4.4.34",
"@ungap/url-search-params": "^0.1.2",
"animejs": "^3.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cross-env": "^5.2.0",
"express": "^4.17.1",
"js-cookie": "^2.2.0",
"moment": "^2.24.0",
"nuxt": "^2.8.1",
"nuxt-client-init-module": "^0.1.4",
"nuxt-env": "^0.1.0",
"nuxt-property-decorator": "^2.3.0",
"shortid": "^2.2.14",
"throttle-debounce": "^2.1.0",
"ts-node": "^8.3.0",
"vee-validate": "^2.2.11",
"vue-awesome-swiper": "^3.1.3",
"vue-carousel": "^0.18.0",
"vue-i18n": "^8.11.2",
"vue-lazyload": "^1.3.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"@storybook/vue": "^5.1.9",
"@types/animejs": "^2.0.2",
"@types/babel-core": "6.25.6",
"@types/eslint": "^4.16.6",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"@types/js-cookie": "^2.2.2",
"@types/moment": "^2.13.0",
"@types/prettier": "1.16.4",
"@types/storybook__vue": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-preset-vue": "^2.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": ">=2.18.0",
"eslint-plugin-jest": ">=22.7.1",
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-promise": ">=4.2.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^3.0.0",
"jest": "^24.8.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"prettier": "1.18.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"ts-jest": "^24.0.2",
"vue-jest": "^3.0.4"
}
}