-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "mini-webapp",
"version": "0.1.0",
"description": "",
"main": "index.js",
"author": "",
"scripts": {
"build": "webpack",
"build:prod": "webpack --config webpack.production.js"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@faker-js/faker": "^8.2.0",
"@hellomouse/eslint-config-typescript": "^1.4.0",
"@styled-jsx/plugin-sass": "^4.1.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/readable-stream": "^4.0.4",
"babel-loader": "^9.1.3",
"eslint": "^8.52.0",
"sass": "^1.69.5",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"buffer": "^6.0.3",
"history": "^5.3.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"readable-stream": "^4.4.2",
"string_decoder": "^1.3.0",
"styled-jsx": "^5.1.2"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version"
]
}