-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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
{
"name": "teo-admin-dev",
"version": "0.0.24",
"description": "this project is for developing teo admin dashboard",
"private": true,
"main": "index.js",
"scripts": {
"generate": "npx ts-node .generator/scripts/generate.ts",
"start": "npx webpack-dev-server"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@floating-ui/react": "^0.26.13",
"@hello-pangea/dnd": "^16.6.0",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
"@linaria/shaker": "5.0.3",
"@linaria/webpack5-loader": "5.0.4",
"@wyw-in-js/webpack-loader": "^0.5.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
"date-fns": "^3.3.1",
"decimal.js": "^10.4.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"i18next": "^23.10.1",
"js-base64": "^3.7.7",
"merge-props": "^6.0.0",
"mini-css-extract-plugin": "^2.7.7",
"nanoid": "^5.0.7",
"radash": "^12.1.0",
"react": "^18.2.0",
"react-clean-router": "^1.2.2",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",
"react-icons": "^5.2.1",
"react-use-path": "^0.3.2",
"react-virtuoso": "^4.7.10",
"suspend-react": "^0.1.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"use-local-storage": "^3.0.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/react": "^18.2.48",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.18",
"glob": "^10.3.12"
}
}