-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
52
53
54
{
"name": "riichi-toolbox",
"description": "Website of a collection of tools for the Japanese tile game of riichi mahjong",
"keywords": [
"react",
"mahjong",
"vite"
],
"version": "0.1.0",
"private": true,
"license": "MIT",
"homepage": "https://github.com/Sduby22/riichi-toolbox",
"author": {
"name": "Sduby22",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "tsc; eslint src --ext .ts,.tsx",
"extract": "formatjs extract",
"compile": "formatjs compile"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.7",
"material-ui-toggle-icon": "^1.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.1.2",
"react-swipeable-views": "^0.14.0"
},
"devDependencies": {
"@formatjs/cli": "^5.1.0",
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-swipeable-views": "^0.13.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "8.23.0",
"eslint-plugin-formatjs": "^4.3.1",
"eslint-plugin-react": "^7.31.8",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react-router-dom": "^6.4.1",
"sort-by": "^1.2.0",
"typescript": "4.8.3",
"vite": "^3.1.4",
"vite-plugin-static-copy": "^0.9.0"
}
}