-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 943 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
38
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.21.1",
"caniuse-lite": "^1.0.30001581",
"cheerio": "1.0.0-rc.10",
"query-string": "6.8.1",
"react": "17.0.2",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-bar-chart": "0.1.2",
"react-dom": "17.0.2",
"react-flip-move": "^3.0.4",
"react-scripts": "4.0.3",
"recharts": "1.6.2",
"slugify": "1.6.0"
},
"scripts": {
"postinstall": "cd functions/scheduler && yarn",
"prebuild": "node modules",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/helper-define-map": "^7.15.4",
"image-downloader": "^4.0.3",
"sanitize-filename": "^1.6.3"
}
}