-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 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
{
"name": "dragverse",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"rename": "renamer --find App-clear.js --replace App.js ./src/App-clear.js && renamer --find style.css --replace index.css ./src/style.css ",
"remove-demo": "rimraf ./src/assets ./src/components ./src/pages ./src/Routes.js ./src/App.js ./src/index.css && npm run rename"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@zoralabs/manage-auction-hooks": "^0.0.11",
"@zoralabs/nft-components": "^0.3.1",
"@zoralabs/nft-hooks": "^0.8.1",
"@zoralabs/simple-wallet-provider": "^0.0.9",
"babel-plugin-import": "^1.13.3",
"camelcase": "^6.2.0",
"classnames": "^2.3.1",
"customize-cra": "^1.0.0",
"firebase": "^8.6.3",
"firebase-admin": "^10.0.1",
"mdi-material-ui": "^6.22.1",
"moment": "^2.29.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^0.2.4",
"mdb-react-ui-kit": "^2.2.0",
"react-swipeable-views": "0.14.0",
"reactstrap": "^6.5.0",
"reading-time": "^1.3.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/react": "17.0.9",
"cross-env": "^7.0.3",
"prompts": "^2.4.2",
"raw-loader": "^4.0.2",
"typescript": "4.3.2",
"renamer": "^1.0.0",
"rimraf": "^2.6.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}