-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
100 lines (100 loc) · 2.46 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "mybutton",
"description": "Effortless link sharing across your desired platforms",
"version": "0.5",
"author": "MyButton Development Team",
"license": "MIT",
"homepage": "https://mybutton.click",
"bugs": "https://github.com/openscilab/mybutton/issues",
"keywords": [
"url-sharing",
"open-source",
"link-sharing",
"share-buttons",
"web-development",
"platform-integration",
"social-media-sharing"
],
"cracoConfig": "craco.config.js",
"dependencies": {
"@craco/craco": "^6.2.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/lab": "^5.0.0-alpha.70",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react-router-dom": "^5.1.8",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"craco-less": "^1.20.0",
"html-react-parser": "^1.4.5",
"node-sass": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.3",
"react-input-mask": "^2.0.4",
"react-redux": "^7.2.4",
"react-router-dom": "^6.14.0",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-persist-transform-compress": "^4.2.0",
"redux-state-sync": "^3.1.4",
"rsuite": "^5.0.1",
"swiper": "^8.4.5",
"tailwind-animatecss": "^1.0.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"test": "craco test",
"start": "craco start",
"build": "craco build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-useless-escape": "off",
"react/jsx-pascal-case": "off",
"react-hooks/exhaustive-deps": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-input-mask": "^3.0.2",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/redux-persist": "^4.3.1",
"@types/redux-state-sync": "^3.1.3",
"autoprefixer": "9",
"craco-sass-resources-loader": "^1.1.0",
"glob": "^7.2.0",
"postcss": ">=7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"ts-jest": "^28.0.3",
"xml-js": "^1.6.11"
}
}