-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.17 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
49
50
51
52
{
"name": "socialspirit-frontend",
"version": "0.1.0",
"proxy": "https://socialspirit-backend.herokuapp.com/",
"private": true,
"dependencies": {
"@jest/types": "^28.1.3",
"@reduxjs/toolkit": "^1.8.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"axios": "^0.27.2",
"daisyui": "^2.17.0",
"fuse.js": "^6.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-toastify": "^9.0.5"
},
"scripts": {
"start": "react-scripts start",
"client": "npm start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 2 chrome version",
"last 2 firefox version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"cypress": "^10.4.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}