-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "@filecoin-saturn/browser-client",
"type": "module",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "NODE_ENV=development TESTING=true node --test test/",
"dev": "webpack serve --mode=development",
"node": "npx nodemon public/mock-node.js",
"build": "webpack --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"cors": "^2.8.5",
"eslint": "^8.9.0",
"eslint-webpack-plugin": "^3.1.1",
"express": "^4.17.3",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.69.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@filecoin-saturn/js-client": "^0.3.7",
"@sentry/browser": "^7.69.0",
"browser-readablestream-to-it": "^1.0.3",
"debug": "^4.3.3",
"is-ipfs": "^6.0.2",
"multiformats": "^9.6.4",
"uuid": "^8.3.2"
},
"imports": {
"#src/*": "./src/*"
}
}