-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.3 KB
/
package.json
File metadata and controls
87 lines (87 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
81
82
83
84
85
86
87
{
"name": "react-learning",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.1",
"@monaco-editor/react": "^4.6.0",
"@tabler/icons-react": "^2.47.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@typeform/embed": "^4.8.1",
"@typeform/embed-react": "^3.15.0",
"aos": "^2.3.4",
"axios": "^1.5.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.5",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-calendly": "^4.3.0",
"react-chatbot-kit": "^2.1.2",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-lottie": "^1.2.4",
"react-lottie-player": "^1.5.5",
"react-otp-input": "^3.0.4",
"react-particles": "^2.12.2",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"react-simple-chatbot": "^0.6.1",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.2.0",
"react-use-measure": "^2.1.1",
"react-visibility-sensor": "^5.1.1",
"serve": "^14.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-scroll-snap": "^1.1.0",
"tsparticles": "^2.12.0",
"web-vitals": "^2.1.4",
"xtypejs": "^0.7.1"
},
"scripts": {
"start": "serve -s build",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
},
"engines": {
"node": "v20.3.1",
"npm": "9.6.7"
}
}