forked from Experience-Monks/nextjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 4.98 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "jam3-dev",
"version": "0.1.0",
"private": true,
"bugs": {
"url": "https://github.com/Jam3/nextjs-boilerplate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jam3/nextjs-boilerplate.git"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"start": "next start",
"\n ###################### NPM Secondary Pipeline ######################": "",
"build:ssr": "next build",
"build:static": "next build && next export && npm-run-all robots-txt-generator sitemap-generator",
"ci-prod-server": "serve out &",
"sitemap-generator": "node scripts/nextjs-sitemap-generator.js",
"robots-txt-generator": "node scripts/robots-txt-generator.js",
"\n ###################### Support Development Tools ######################": "",
"storybook": "start-storybook --no-manager-cache -p 9001 -c .storybook -s ./public",
"component": "node scripts/component.js",
"page": "node scripts/component.js --page",
"\n ###################### Automation Tools ######################": "",
"lint-staged": "lint-staged",
"linters": "npm-run-all -p js-lint sass-lint adviser-dev ls-lint",
"linters-ci": "npm-run-all -p js-lint sass-lint adviser-ci ls-lint",
"adviser-dev": "adviser --tags dev --verbose",
"adviser-ci": "adviser --tags ci --verbose --quiet",
"js-lint": "eslint \"./src/**/*.js\" -c ./.eslintrc.json --quiet --ignore-pattern .gitignore --ignore-pattern *.stories.js",
"sass-lint": "stylelint \"./src/**/*.scss\"",
"ls-lint": "node_modules/.bin/ls-lint"
},
"husky": {
"hooks": {
"pre-commit": "echo \"Pre-commit checks...\" && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "echo \"Pre-push checks...\" && npm run linters"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@jam3/detect": "1.0.2",
"@jam3/react-check-extra-props": "1.0.1",
"@jam3/react-hooks": "1.0.0",
"@jam3/stats": "1.0.1",
"@reduxjs/toolkit": "^1.6.0",
"classnames": "2.3.1",
"default-passive-events": "2.0.0",
"focus-visible": "5.2.0",
"get-scroll": "2.0.1",
"gsap": "3.6.1",
"next": "^11.0.1",
"no-op": "1.0.3",
"normalize.css": "8.0.1",
"prop-types": "15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "7.2.4",
"react-use": "15.3.8",
"xss": "1.0.9"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@ls-lint/ls-lint": "1.9.2",
"@next/bundle-analyzer": "9.5.2",
"@storybook/addon-a11y": "6.2.9",
"@storybook/addon-actions": "6.2.9",
"@storybook/addon-knobs": "6.2.9",
"@storybook/addon-links": "6.2.9",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addons": "6.2.9",
"@storybook/builder-webpack5": "^6.2.9",
"@storybook/preset-scss": "1.0.2",
"@storybook/react": "6.2.9",
"adviser": "0.7.5",
"adviser-plugin-dependencies": "0.4.2",
"adviser-plugin-lighthouse": "1.0.1",
"adviser-plugin-webhint": "1.0.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-inline-react-svg": "2.0.1",
"babel-preset-react-app": "10.0.0",
"chalk": "4.1.1",
"cross-env": "7.0.3",
"dotenv": "8.6.0",
"eslint": "7.27.0",
"eslint-config-next": "^11.0.1",
"eslint-config-postcss": "4.0.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-config-react-jam3": "1.1.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jam3": "0.2.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"generate-robotstxt": "8.0.3",
"imagemin-gifsicle": "7.0.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-optipng": "8.0.0",
"imagemin-pngquant": "9.0.2",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"maxstache": "1.0.7",
"minimist": "1.2.5",
"mkdirp": "1.0.4",
"next-compose-plugins": "2.2.1",
"next-optimized-images": "2.6.2",
"nextjs-sitemap-generator": "1.3.1",
"npm-run-all": "4.1.5",
"prettier": "2.3.0",
"react-dev-utils": "11.0.4",
"redux-devtools-extension": "2.13.9",
"responsive-loader": "^2.3.0",
"sass": "1.34.1",
"sass-loader": "12.0.0",
"serve": "11.3.2",
"sharp": "^0.27.2",
"shell-quote": "1.7.2",
"storybook-addon-next-router": "2.0.4",
"stylelint": "13.13.1",
"stylelint-config-jam3": "0.1.7",
"webp-loader": "0.6.0"
},
"engines": {
"node": ">=10.15.0",
"npm": ">=6.5.0"
}
}