-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.29 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
53
{
"name": "image-fetch",
"version": "0.5.0",
"private": true,
"homepage": "https://image-fetch.vercel.app/",
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.21.1",
"chroma-js": "^2.1.2",
"dotenv": "^8.2.0",
"lodash": "^4.17.21",
"nanoid": "^3.1.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-input-slider": "^6.0.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^4.3.1",
"react-spring": "^8.0.27",
"react-toastify": "^6.0.8",
"reactstrap": "^8.2.0",
"styled-components": "^5.1.1",
"swiper": "^6.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vercel/node": "^1.11.1",
"babel-eslint": "10.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.22.0",
"prettier": "^2.0.5"
}
}