-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.57 KB
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
{
"name": "creatoin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@project-serum/sol-wallet-adapter": "^0.2.5",
"@solana/wallet-adapter-base": "^0.5.1",
"@solana/wallet-adapter-react": "^0.9.0",
"@solana/wallet-adapter-wallets": "^0.7.4",
"@solana/web3.js": "^1.24.1",
"@tailwindcss/forms": "^0.3.2",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
"aos": "^3.0.0-beta.6",
"autoprefixer": "^9.8.6",
"axios": "^0.21.3",
"cors": "^2.8.5",
"cruip-js-toolkit": "^1.0.3",
"express": "^4.17.1",
"mongoose": "^6.0.4",
"node-sass": "^5.0.0",
"nodemon": "^2.0.12",
"postcss": "^8.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notifications-component": "^3.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.1",
"sass": "^1.38.1",
"solana-json": "^1.0.2",
"tailwindcss": "^2.2.7",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {}
}