generated from Experience-Monks/nextjs-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 5.06 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
{
"name": "next-react-ui",
"version": "1.0.0",
"private": false,
"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": "cross-env BROWSER=none npm-run-all --parallel start:dev storybook",
"start": "node scripts/server",
"start:dev": "cross-env NODE_OPTIONS='--inspect' node scripts/server",
"\n ###################### NPM Secondary Pipeline ######################": "",
"build:ssr": "next build",
"build:static": "next build && next export",
"build:storybook": "build-storybook -c .storybook -s ./public -o ./storybook -- --preview-url=/storybook/iframe.html",
"postbuild:static": "npm-run-all postcss next-sitemap",
"ci-prod-server": "serve out &",
"next-sitemap": "next-sitemap",
"postcss": "postcss ./out/**/*.css --use css-declaration-sorter --replace --no-map",
"release": "standard-version",
"\n ###################### Support Development Tools ######################": "",
"storybook": "start-storybook --quiet -p 9001 -c .storybook",
"generate": "cross-env NODE_NO_WARNINGS=1 sg wizard",
"\n ###################### Automation Tools ######################": "",
"prepare": "husky install",
"lint": "next lint",
"lint-staged": "lint-staged",
"linters": "npm-run-all -p lint sass-lint adviser-dev ls-lint tsc",
"linters-ci": "npm-run-all -p lint adviser-ci sass-lint ls-lint tsc",
"adviser-dev": "adviser --tags dev --verbose",
"adviser-ci": "adviser --tags ci --verbose --quiet",
"sass-lint": "stylelint \"./src/**/*.scss\"",
"ls-lint": "node_modules/.bin/ls-lint",
"tsc": "tsc",
"postinstall": "node ./src/scripts/copy-components-utility.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@jam3/detect": "2.0.5",
"@reduxjs/toolkit": "^1.8.2",
"chalk": "4.1.2",
"classnames": "2.3.1",
"cosmiconfig": "^7.0.1",
"default-passive-events": "2.0.0",
"dir-compare": "^4.0.0",
"focus-visible": "5.2.0",
"fs-extra": "^10.1.0",
"fullscreen-handler": "^0.0.2",
"get-scroll": "2.0.1",
"gsap": "3.10.4",
"js-cookie": "^3.0.1",
"next": "^12.3.1",
"no-op": "1.0.3",
"normalize.css": "8.0.1",
"react": "^17.0.2",
"react-background-video-player": "^1.1.8",
"react-dom": "^17.0.2",
"react-redux": "8.0.2",
"react-use": "17.4.0",
"remove-trailing-slash": "^0.1.1",
"typing-ahead": "^1.0.4",
"xss": "1.0.13"
},
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@jam3/stats": "^1.0.1",
"@ls-lint/ls-lint": "1.10.0",
"@next/bundle-analyzer": "12.0.7",
"@storybook/addon-a11y": "6.5.10",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-controls": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addons": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "6.5.10",
"@svgr/webpack": "^5.5.0",
"@types/node": "^18.0.3",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@welldone-software/why-did-you-render": "^7.0.1",
"adviser": "0.7.8",
"adviser-plugin-dependencies": "0.6.0",
"adviser-plugin-lighthouse": "1.0.1",
"adviser-plugin-webhint": "1.0.1",
"cross-env": "^7.0.3",
"css-declaration-sorter": "^6.3.0",
"css-loader": "^6.7.3",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jam3": "^0.2.3",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"husky": "7.0.4",
"lint-staged": "12.0.3",
"next-sitemap": "^3.0.5",
"next-videos": "^1.4.0",
"npm-run-all": "4.1.5",
"opener": "^1.5.2",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"prettier": "2.7.1",
"responsive-loader": "^3.0.4",
"sass": "1.52.3",
"sass-loader": "13.0.0",
"seng-generator": "^0.9.0",
"serve": "13.0.2",
"shell-quote": "1.7.3",
"standard-version": "^9.3.2",
"storybook-addon-next": "^1.6.9",
"storybook-addon-next-router": "^4.0.2",
"storybook-jira-addon": "^2.3.1",
"style-loader": "^3.3.1",
"stylelint": "13.13.1",
"stylelint-config-jam3": "0.1.9",
"typescript": "^4.4.3",
"webp-loader": "0.6.0"
},
"engines": {
"node": ">=16.15.1",
"npm": ">=8.11.0"
}
}