-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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": "bbortt.github.io",
"homepage": "https://bbortt.github.io",
"repository": "https://github.com/bbortt/bbortt.github.io",
"license": "MIT",
"private": true,
"scripts": {
"start": "npm run serve",
"build": "react-scripts build --prod",
"serve": "react-scripts start",
"test": "react-scripts test",
"flow:check": "flow check",
"flow:start": "flow start",
"flow:status": "flow status",
"flow:stop": "flow stop",
"eject": "react-scripts eject",
"upgrade-interactive": "npm-check --update"
},
"dependencies": {
"bootstrap": "^5.3.3",
"node-sass": "^9.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-loadable": "^5.5.0",
"react-router-dom": "^7.1.1",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"flow-bin": "^0.257.1",
"gh-pages": "^6.2.0",
"npm-check": "^6.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}