forked from Open-Source-Economy/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.73 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/jest": "27.5.2",
"@types/node": "16.18.58",
"@types/react-dom": "18.2.11",
"@types/showdown": "^2.0.6",
"animate.css": "^4.1.1",
"animate.css-react": "^1.1.0",
"aos": "^3.0.0-beta.6",
"assert": "2.1.0",
"axios": "^1.7.7",
"bootstrap": "5.3.2",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
"class-variance-authority": "^0.7.0",
"crypto-browserify": "3.12.0",
"dompurify": "^3.2.1",
"gsap": "^3.12.5",
"http-status-codes": "^2.3.0",
"https-browserify": "1.0.0",
"joi": "^17.13.3",
"js-beautify": "^1.15.1",
"octokit": "^3.2.1",
"os-browserify": "0.3.0",
"react": "18.2.0",
"react-animate-height": "^3.2.3",
"react-animate-on-scroll": "^2.1.9",
"react-app-rewired": "2.2.1",
"react-bootstrap": "2.9.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-router-dom": "6.16.0",
"react-scripts": "^5.0.1",
"recharts": "2.10.1",
"showdown": "^2.1.0",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"sweetalert": "2.1.2",
"tailwind-merge": "^2.5.4",
"typescript": "4.9.5",
"url": "0.11.3",
"web-vitals": "2.1.4",
"web3": "4.8.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/aos": "^3.0.7",
"@types/axios": "^0.9.36",
"@types/deep-equal": "^1.0.4",
"@types/js-beautify": "^1.14.3",
"@types/react": "^18.3.9",
"@types/react-animate-on-scroll": "^2.1.8",
"buffer": "npm:[email protected]",
"concurrently": "^8.2.2",
"crypto": "npm:[email protected]",
"http": "npm:[email protected]",
"https": "npm:[email protected]",
"stream": "npm:[email protected]",
"tailwindcss": "^3.4.10",
"util": "npm:[email protected]",
"zlib": "npm:[email protected]"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts,.tsx}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts,.tsx}\" --check"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"stream": "npm:[email protected]",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}