-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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": "calculator_dm",
"version": "0.0,0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"author": "",
"license": "MIT",
"packageManager": "yarn@4.0.1",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@mdx-js/loader": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"@types/bootstrap": "^5",
"@types/mdx": "^2.0.10",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"babel-loader": "^9.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@mdx-js/react": "^3.0.0",
"antd": "^5.11.0",
"axios": "^1.6.0",
"bootstrap": "^5.3.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0"
}
}