-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "mstodo",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"prepare": "husky"
},
"dependencies": {
"@azure/msal-browser": "^3.14.0",
"@azure/msal-react": "^2.0.16",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@icon-park/react": "^1.4.2",
"@internationalized/date": "^3.5.4",
"@nextui-org/react": "^2.3.6",
"ahooks": "^3.8.0",
"axios": "^1.6.8",
"axios-cache-interceptor": "^1.6.0",
"classnames": "^2.5.1",
"emoji-mart": "^5.6.0",
"filesize": "^10.1.6",
"framer-motion": "^11.7.0",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"simplebar-react": "^3.2.6",
"zustand": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint-react/eslint-plugin": "^1.14.2",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@rsbuild/core": "^1.0.11",
"@rsbuild/plugin-react": "^1.0.3",
"@rsbuild/plugin-svgr": "^1.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"chrome-types": "^0.1.282",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.38",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"tailwindcss": "^3.4.3",
"typescript": "5.4.2"
},
"lint-staged": {
"!(*.css|*.scss|*.sass|*.less)": "npx eslint --fix",
"**/*.{css,scss,sass,less}": "stylelint --fix"
}
}