-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.3 KB
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
{
"homepage": "https://sravanth.co.uk/",
"name": "sravanth-space.github.io",
"version": "0.2.0",
"private": true,
"dependencies": {
"@calcom/embed-react": "^1.5.2",
"@emotion/react": "^11.14.0",
"@sentry/react": "^10.63.0",
"@sentry/tracing": "^7.120.4",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"axios": "^1.18.1",
"colorthief": "^3.4.0",
"crypto-js": "^4.0.0",
"gh-pages": "^6.3.0",
"graphql": "^17.0.2",
"react": "^19.2.7",
"react-awesome-reveal": "^4.3.1",
"react-dom": "^19.2.7",
"react-easy-emoji": "^1.8.1",
"react-headroom": "^3.2.1",
"react-lottie": "^1.2.10",
"react-scripts": "5.0.1",
"react-twitter-embed": "4.0.4",
"sass": "^1.101.0",
"typescript": "^6.0.3"
},
"scripts": {
"predeploy": "yarn build",
"start": "react-scripts start",
"build": "react-scripts build",
"build:analyze": "ANALYZE=true react-app-rewired build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\"",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"scrape": "node fetch.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^17.4.2",
"prettier": "^3.9.4",
"source-map-explorer": "^2.5.3",
"webpack-bundle-analyzer": "4.9.0",
"react-app-rewired": "^2.2.1"
},
"resolutions": {
"serialize-javascript": "7.0.5",
"underscore": "1.13.8",
"uuid": "11.1.1",
"@tootallnate/once": "2.0.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}