forked from Room4Renzo/Create-a-Card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "src",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@mui/styled-engine-sc": "^5.11.11",
"bulma": "^0.9.4",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"inspector": "^0.5.0",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-alice-carousel": "^2.7.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-image-upload": "^3.0.1",
"react-images-uploading": "^3.1.7",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1",
"react-swipeable": "^7.0.0",
"styled-component": "^2.8.0"
},
"description": "",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.7"
}
}