-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "wface",
"version": "0.3.11",
"description": "",
"main": "./dist/index.js",
"author": "Mehmet Baran",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Digiturk/wface.git"
},
"scripts": {
"clean": "rm -rf ./dist",
"remove-all": "yarn clean && rm -rf ./node_modules && rm yarn-error.log yarn.lock",
"prebuild": "yarn clean",
"build": "tsc",
"postbuild": "cpy './src/assets/*' './dist/assets'",
"start": "webpack-dev-server --config ./demo/webpack.config.js --mode development",
"start:dist": "yarn build && webpack-dev-server --config ./demo/webpack.config.dist.js --mode development"
},
"dependencies": {
"@emotion/styled": "11.10.5",
"@emotion/react": "11.10.5",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.8.6",
"@mui/lab": "5.0.0-alpha.67",
"@mui/styles": "5.5.0",
"@mui/types": "7.1.4",
"@mui/x-date-pickers": "6.18.4",
"axios": "1.1.1",
"classnames": "2.3.1",
"formik": "2.2.9",
"fuse.js": "6.6.2",
"horizontal": "0.2.2",
"lodash": "4.17.21",
"material-table": "2.0.6",
"notistack": "2.0.3",
"react": "18.2.0",
"react-custom-scrollbars": "4.2.1",
"react-dom": "18.2.0",
"react-router": "6.2.2",
"react-router-dom": "6.2.2",
"react-select": "5.2.2",
"react-swipeable-views": "0.14.0",
"recharts": "2.1.9",
"reflect-metadata": "0.1.13",
"typesafe-actions": "5.1.0",
"query-string": "7.1.1",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@types/classnames": "2.3.0",
"@types/lodash": "4.14.178",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-select": "5.0.0",
"@types/recharts": "1.8.23",
"@types/yup": "0.29.13",
"babel-loader": "9.1.0",
"cpy-cli": "4.2.0",
"file-loader": "6.2.0",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1",
"html-webpack-plugin": "5.5.0"
}
}