-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
37 lines (37 loc) · 841 Bytes
/
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
{
"name": "riichi-trainer",
"version": "3.0.0",
"private": true,
"homepage": "./",
"dependencies": {
"bootstrap": "^4.5.3",
"cross-env": "^5.2.1",
"i18next": "^17.3.1",
"i18next-browser-languagedetector": "^3.1.1",
"jquery": "^3.5.1",
"jszip": "^3.5.0",
"popper.js": "^1.16.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-i18next": "^10.13.2",
"react-numeric-input": "^2.2.3",
"react-scripts": "^3.4.4",
"reactstrap": "^7.1.0",
"typescript": "^3.9.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}