-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "history",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^26.0.22",
"@types/react-burger-menu": "^2.2.5",
"@types/react-router-dom": "^5.1.2",
"@types/reactstrap": "^8.0.6",
"airtable": "^0.5.7",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"gh-pages": "^3.1.0",
"instafeed.js": "^2.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-big-calendar": "^0.24.1",
"react-bootstrap": "^1.4.0",
"react-burger-menu": "^2.6.12",
"react-dom": "^16.12.0",
"react-horizontal-timeline": "^1.5.3",
"react-instagram-embed": "^3.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts-ts": "^3.1.0",
"react-swipeable-views": "^0.14.0",
"reactjs-popup": "^1.5.0",
"reactstrap": "^8.2.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build && rm -rf docs && cp -r build/. docs && rm -rf build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/node": "^10.17.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"typescript": "^3.7.3"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}