-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "react-tailwindcss-sass",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.12",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/user-event": "^12.1.1",
"@walletconnect/web3-provider": "^1.7.8",
"@web3-react/types": "8.0.13-beta.0",
"dompurify": "^2.3.6",
"draft-convert": "^2.1.12",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"ethers": "^5.6.5",
"html-to-draftjs": "^1.5.0",
"jest-dom": "^4.0.0",
"query-string": "^7.1.1",
"react": "18.1.0",
"react-color": "^2.19.3",
"react-datetime-picker": "^3.5.0",
"react-dom": "18.0.0",
"react-draft-wysiwyg": "^1.14.7",
"react-icomoon": "^2.5.3",
"react-icons": "^4.3.1",
"react-notifications": "^1.7.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"recharts": "^2.1.9",
"sass": "^1.51.0",
"sweetalert": "^2.1.2",
"user-event": "^4.0.0",
"web3": "^1.7.3",
"web3modal": "^1.9.7",
"websocket-extensions": "^0.1.4",
"yargs-parser": "^19.0.1",
"yarn": "^1.22.4"
},
"scripts": {
"build:tailwindcss": "postcss src/index.css -o src/assets/css/tailwind.css",
"watch:tailwindcss": "postcss src/index.css -o src/assets/css/tailwind.css -w",
"start": "yarn build:tailwindcss && react-scripts start",
"build": "yarn build:tailwindcss && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "^10.4.8",
"autoprefixer": "^9.8.6",
"postcss-cli": "^7.1.1",
"tailwindcss": "^1.6.2"
}
}