-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.3 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
54
55
56
{
"name": "ss",
"version": "0.1.0",
"private": true,
"dependencies": {
"aos": "^2.3.4",
"apisauce": "^2.1.5",
"autolinker": "^3.15.0",
"bootstrap": "^5.1.3",
"dayjs": "^1.11.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"lodash.groupby": "^4.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-qrcode-logo": "^2.6.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-use-scroll-snap": "^0.0.3",
"react-use-window-scroll": "^1.0.13",
"sass": "^1.49.9",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --write .",
"publish": "scp -r ./build/* [email protected]:/var/www/springspree22.in/html"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"prettier": "2.6.2"
}
}