-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "sia",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "yarn lint && vite build",
"eslint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"stylelint": "stylelint src/**/*.scss",
"type-check": "tsc --noemit",
"lint": "yarn stylelint && yarn eslint && yarn type-check",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.2",
"@hello-pangea/dnd": "^16.5.0",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.4",
"@mui/x-date-pickers": "^6.9.1",
"date-fns": "^2.30.0",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.12.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"sass": "^1.63.3",
"stylelint": "^15.7.0",
"stylelint-config-standard-scss": "^9.0.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}