-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
79 lines (79 loc) · 2.13 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
{
"name": "engineer2k23",
"version": "0.1.0",
"private": false,
"homepage": "https://engineer.nitk.ac.in",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@formspree/react": "^2.2.5",
"@mui/lab": "^5.0.0-alpha.145",
"@mui/material": "^5.14.8",
"@mui/styles": "^5.5.0",
"@mui/x-data-grid": "^6.13.0",
"@notionhq/client": "^2.2.13",
"@reduxjs/toolkit": "^1.8.5",
"@splidejs/react-splide": "^0.6.20",
"@studio-freight/lenis": "^1.0.19",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@typeform/embed-react": "^2.30.0",
"@uiw/react-md-editor": "^3.17.2",
"axios": "^1.5.0",
"cloudinary": "^1.40.0",
"date-fns": "^2.30.0",
"devicon-react-svg": "^0.2.4",
"easy-mesh-gradient": "^0.0.5",
"embla-carousel": "^8.0.0-rc11",
"embla-carousel-autoplay": "^8.0.0-rc11",
"embla-carousel-react": "^8.0.0-rc11",
"gsap": "^3.12.2",
"luxon": "^3.4.3",
"memfs": "^4.2.1",
"p5": "^1.7.0",
"react": "^17.0.2",
"react-calendly": "^4.1.1",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.6.0",
"react-icons": "^4.4.0",
"react-p5": "^1.3.35",
"react-query": "^3.39.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"styled-components": "^6.0.5",
"validator": "^13.7.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"postdeploy": "rmdir /s /q \"./build\"\n"
},
"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/plugin-proposal-private-property-in-object": "^7.21.11",
"gh-pages": "^4.0.0"
}
}