generated from bevenio/docker-react-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.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
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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"author": "Benjamin Brachmann",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=18"
},
"browserslist": [
"last 1 Chrome version"
],
"repository": {
"type": "git",
"url": "https://github.com/bevenio/portfolio"
},
"scripts": {
"build:development": "npx cross-env NODE_ENV=development MODE=web webpack --config .webpack/configuration.webpack.js",
"build:production": "npx cross-env NODE_ENV=production MODE=web webpack --config .webpack/configuration.webpack.js",
"serve:development": "npx cross-env NODE_ENV=development MODE=web webpack serve --config .webpack/configuration.webpack.js",
"serve:production": "npx cross-env NODE_ENV=production MODE=web webpack serve --config .webpack/configuration.webpack.js"
},
"dependencies": {
"axios": "^0.26.1",
"broadcast-channel": "^4.10.0",
"dot-prop": "^6.0.1",
"hash-sum": "^2.0.0",
"history": "^5.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-lazily": "^0.9.1",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"wingcss": "^1.0.0-beta"
},
"devDependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"browserify-zlib": "^0.2.0",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"file-loader": "^6.2.0",
"gaze": "^1.1.3",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-localstorage-mock": "^2.4.19",
"jest-websocket-mock": "^2.3.0",
"jsdom": "19.0.0",
"jsdom-global": "3.0.2",
"mini-css-extract-plugin": "^2.6.0",
"mock-socket": "^9.1.2",
"mustache": "^4.2.0",
"prettier": "^2.6.2",
"react-refresh": "^0.12.0",
"react-test-renderer": "^18.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"source-map-loader": "^3.0.1",
"ssh2-sftp-client": "^8.0.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"workbox-webpack-plugin": "^6.5.2"
},
"references": {
"guide-destructuring": "https://codeburst.io/es6-destructuring-the-complete-guide-7f842d08b98f",
"jest-cheatsheet": "https://github.com/sapegin/jest-cheat-sheet",
"react": "https://reactjs.org/",
"react-howto": "https://github.com/petehunt/react-howto",
"react-patterns": "https://reactpatterns.com/",
"react-testing": "https://www.valentinog.com/blog/testing-react/",
"react-test-renderer": "https://reactjs.org/docs/test-renderer.html",
"react-helmet": "https://github.com/nfl/react-helmet"
}
}