-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 979 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
39
{
"name": "react-reddit-client",
"version": "1.0.0",
"private": true,
"dependencies": {
"bootstrap": "^5.3.0",
"javascript-time-ago": "^2.5.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@tsconfig/create-react-app": "^1.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"react-scripts": "^5.0.1",
"typescript": "^4"
},
"homepage": "https://ssorallen.github.io/react-reddit-client",
"scripts": {
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"flow": "flow",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}