forked from nablsi14/react-checkers
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
{
"name": "react-checker",
"version": "1.2.0",
"author": "Nathaniel Sigafoos",
"readme": "./README.md",
"repository": "https://github.com/nablsi14/react-checkers",
"private": true,
"license": "MIT",
"dependencies": {
"bootstrap": "5.1.3",
"jquery": "3.3.1",
"lockr": "0.8.4",
"query-string": "7.1.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "4.3.1",
"react-loadable": "5.5.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"reactstrap": "9.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "ren .\\build\\index.html 200.html & surge .\\build"
},
"devDependencies": {
"@types/lockr": "0.8.6",
"@types/node": "17.0.24",
"@types/query-string": "6.3.0",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/react-fontawesome": "1.6.5",
"@types/react-icons": "3.0.0",
"@types/react-loadable": "5.5.6",
"@types/react-router-dom": "5.3.3",
"@types/reactstrap": "8.7.2",
"typescript": "4.6.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}