-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1002 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1002 Bytes
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
{
"name": "cra",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "react-scripts start",
"buildx": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"dom": "^0.0.3",
"konva": "^8.4.2",
"react": "^16.14.0",
"react-animate-css": "^0.0.1",
"react-animated-css": "^1.2.1",
"react-dom": "^18.2.0",
"react-lottie": "^1.2.2",
"react-router-dom": "^6.8.1",
"react-spring": "^9.7.1"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"daisyui": "^2.6.0",
"postcss": "^8.4.7",
"react-scripts": "^5.0.0",
"tailwindcss": "^3.0.23"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}