forked from sapporo-wes/yevis-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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": "yevis-web",
"private": true,
"version": "1.3.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --emptyOutDir",
"preview": "vite preview --port 3000"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"@octokit/request": "^5.6.3",
"@reduxjs/toolkit": "^1.7.2",
"dayjs": "^1.10.7",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"js-yaml": "^4.1.0",
"language-map": "^1.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-syntax-highlighter": "^15.4.5",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"semver": "^6.3.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.18",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}