forked from StopNGo/react-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (124 loc) · 4.33 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
{
"name": "react-proto",
"version": "1.3.0",
"description": "React TypeScript Boilerplate",
"author": "Max L Stop&Go",
"license": "ISC",
"sideEffects": [
"*.css",
"*.scss"
],
"scripts": {
"clean": "rimraf dist",
"start:webpack": "cross-env NODE_ENV=development webpack --mode=development",
"start:server": "wait-on dist/server.js && node dist/server.js",
"dev": "npm run clean && npm-run-all --print-label --parallel start:webpack start:server",
"start": "nodemon --exec npm run dev --watch src/server --ext ts,tsx,json ",
"build": "npm run clean && cross-env NODE_ENV=production webpack --mode production",
"build:report": "npm run build --withReport",
"run": "node dist/server.js",
"start:static": "npm run clean && cross-env NODE_ENV=development NO_SSR=true webpack serve --mode development --open",
"build:static": "npm run clean && cross-env NODE_ENV=production NO_SSR=true webpack --mode production",
"build:static:report": "npm run build:static --withReport",
"lint": "eslint . --fix --ext .ts,.tsx,.js && stylelint --fix **/*.scss",
"test": "jest",
"add-comp": "node scripts/add-comp.js"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@svgr/webpack": "6.5.1",
"@swc/core": "1.3.32",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/preact": "3.2.3",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/compression": "1.7.2",
"@types/cookie-parser": "1.4.3",
"@types/copy-webpack-plugin": "8.0.1",
"@types/express": "4.17.17",
"@types/jest": "29.4.0",
"@types/loadable__component": "5.13.4",
"@types/loadable__server": "5.12.6",
"@types/mini-css-extract-plugin": "2.5.0",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-helmet": "6.1.6",
"@types/react-router-dom": "5.3.3",
"@types/serialize-javascript": "5.0.2",
"@types/testing-library__jest-dom": "5.14.5",
"@types/through": "0.0.30",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-dev-middleware": "5.0.2",
"@types/webpack-env": "1.18.0",
"@types/webpack-hot-middleware": "2.25.6",
"@types/webpack-node-externals": "2.5.3",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"classnames": "2.3.2",
"cross-env": "7.0.3",
"css-hot-loader": "1.4.4",
"css-loader": "6.7.3",
"csso-webpack-plugin": "2.0.0-beta.3",
"eslint": "8.33.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-react": "7.32.2",
"express": "4.18.2",
"fork-ts-checker-webpack-plugin": "7.3.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.4.1",
"jest-environment-jsdom": "29.4.1",
"mini-css-extract-plugin": "2.7.2",
"nodemon": "2.0.20",
"npm-run-all": "4.1.5",
"null-loader": "4.0.1",
"postcss": "8.4.21",
"postcss-scss": "4.0.6",
"react-refresh": "0.14.0",
"rimraf": "4.1.2",
"sass": "1.58.0",
"sass-loader": "13.2.0",
"stylelint": "14.16.1",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-csstree-validator": "2.1.0",
"stylelint-scss": "4.3.0",
"swc-loader": "0.2.3",
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript-plugin-css-modules": "4.1.1",
"wait-on": "7.0.1",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-cli": "5.0.1",
"webpack-dev-middleware": "6.0.1",
"webpack-dev-server": "4.11.1",
"webpack-hot-middleware": "2.25.3",
"webpack-manifest-plugin": "5.0.0",
"webpack-node-externals": "3.0.0",
"whatwg-fetch": "3.6.2"
},
"dependencies": {
"@apollo/react-ssr": "4.0.0",
"@loadable/server": "5.15.3",
"@loadable/webpack-plugin": "5.15.2",
"@reduxjs/toolkit": "1.9.2",
"@types/loadable__webpack-plugin": "5.7.3",
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"cross-fetch": "3.1.5",
"helmet": "6.0.1",
"identity-obj-proxy": "3.0.0",
"preact": "10.11.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-helmet-async": "1.3.0",
"react-redux": "8.0.5",
"react-router-dom": "6.8.0",
"redux": "4.2.1",
"redux-typescript": "1.2.1",
"serialize-javascript": "6.0.1"
}
}