-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.81 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
{
"homepage": "https://sravanth.co.uk/",
"name": "sravanth299.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@calcom/embed-react": "^1.3.0",
"@emotion/react": "^11.11.1",
"@sentry/react": "^7.65.0",
"@sentry/tracing": "^7.65.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"axios": "^1.5.0",
"colorthief": "^2.3.0",
"crypto-js": "^4.0.0",
"gh-pages": "^6.0.0",
"graphql": "^16.8.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "^18.2.0",
"react-easy-emoji": "^1.8.1",
"react-headroom": "^3.2.1",
"react-lottie": "^1.2.3",
"react-scripts": "5.0.1",
"react-twitter-embed": "4.0.4",
"sass": "^1.66.1",
"typescript": "^5.2.2"
},
"scripts": {
"predeploy": "yarn build",
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js",
"lint:fix": "eslint --fix --ext .js",
"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": "^16.3.1",
"prettier": "^3.0.2",
"source-map-explorer": "^2.5.3"
}
}