-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
100 lines (100 loc) · 2.91 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "gdsc-ys.github.io",
"version": "0.1.0",
"homepage": "https://gdsc-ys.github.io",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@react-icons/all-files": "^4.1.0",
"css-doodle": "^0.34.5",
"framer-motion": "^9.0.4",
"locomotive-scroll": "^4.1.4",
"react": "^18.2.0",
"react-app-alias": "^2.2.2",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-locomotive-scroll": "^0.2.2",
"react-parallax-mouse": "^2.0.1",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"react-text-transition": "^3.0.2",
"react-tooltip": "^5.8.3",
"react-type-animation": "^2.1.2",
"styled-components": "^5.3.6",
"swiper": "^9.0.2",
"throttle-debounce": "^5.0.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false craco start",
"build": "GENERATE_SOURCEMAP=false craco build && react-snap",
"winbuild": "set \"GENERATE_SOURCEMAP=false\" && yarn build && react-snap",
"lint": "eslint src && eslint --fix",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"test": "craco test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"analyze": "npm run build && npx webpack-bundle-analyzer ./build/bundle-stats.json"
},
"reactSnap": {
"include": [
"/index",
"/"
]
},
"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": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@craco/craco": "^7.0.0",
"@svgr/webpack": "^6.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/imagemin-gifsicle": "^7",
"@types/imagemin-svgo": "^10",
"@types/prettier": "^2",
"@yarnpkg/sdks": "^3.0.0-rc.39",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.0.7",
"craco-swc": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "latest",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"gh-pages": "^5.0.0",
"image-minimizer-webpack-plugin": "^3.8.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"prettier": "^2.8.4",
"react-snap": "^1.23.0",
"terser-webpack-plugin": "^5.3.6",
"typescript": "^4.9.5",
"webpack-bundle-analyzer": "^4.7.0"
},
"packageManager": "yarn@3.4.1"
}