-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.34 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
{
"name": "ntf-marketplace",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.18.10",
"@openzeppelin/contracts": "^4.7.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"babel-polyfill": "6.26.0",
"body-parser": "^1.20.0",
"bootstrap": "^5.2.0",
"chai": "^4.3.6",
"constants-browserify": "^1.0.0",
"ethers": "^5.6.9",
"express": "^4.18.1",
"install": "^0.13.0",
"ipfs-http-client": "56.0.2",
"jdenticon": "^3.2.0",
"mdb-react-ui-kit": "^4.1.0",
"mongodb": "^4.4.1",
"mongoose": "^6.5.1",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"node-polyfill-webpack-plugin": "^2.0.1",
"npm": "^8.16.0",
"path-browserify": "^1.0.1",
"polyfill": "^0.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"reactstrap": "^9.1.2",
"remixicon": "^2.5.0",
"truffle": "^5.5.5",
"web-vitals": "^2.1.4",
"webpack": "^5.72.0"
},
"scripts": {
"dev:build-server": "NODE_ENV=development webpack --config webpack.server.js --mode=development -w",
"dev:start": "nodemon ./server-build/index.js",
"dev": "npm-run-all --parallel build dev:*",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"file-loader": "^6.2.0",
"https-browserify": "^1.0.0",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"proxy": "http://localhost:3001"
}