-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
{
"name": "crwn-clothing",
"version": "0.0.1",
"private": true,
"dependencies": {
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.47.0",
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"firebase": "^9.15.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-is": ">= 16.8.0",
"react-native": ">=0.59",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"redux": "^4.2.1",
"redux-logger": "^4.0.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.2",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.7",
"sass": "^1.57.1",
"styled-components": "^5.3.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-scripts": "latest"
}
}