-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 786 Bytes
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
{
"name": "react-ts",
"version": "0.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.12",
"@types/react": "16.9.56",
"@types/react-bootstrap": "1.0.1",
"@types/react-dom": "16.9.9",
"dexie": ">=3.1.0-alpha.1 <5.0.0",
"dexie-react-hooks": "^1.1.1",
"react": "17.0.1",
"react-bootstrap": "1.4.0",
"react-dom": "17.0.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"react-scripts-ts": "latest"
}
}