-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 871 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
{
"name": "tikijuegos",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"bootstrap": "^3.4.1",
"i18next": "^19.8.4",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts-ts": "^3.1.0"
},
"scripts": {
"start": "BROWSER=none react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"typescript": "^3.9.5"
}
}