-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 Bytes
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
{
"name": "absurd-example-project",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "webpack serve --port 8085"
},
"dependencies": {
"@ipld/dag-pb": "^2.1.15",
"@jlongster/sql.js": "^1.6.7",
"absurd-sql": "^0.0.53",
"axios": "^0.24.0",
"bottleneck": "^2.19.5",
"buffer": "^6.0.3",
"dexie": "^3.0.3",
"idb": "^6.1.5",
"ipfs-core": "^0.11.1",
"ipfs-message-port-client": "^0.9.1",
"ipfs-message-port-server": "^0.10.1",
"ipfs-unixfs": "^6.0.6",
"lodash": "^4.17.21",
"multiformats": "^9.4.10",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"html-webpack-plugin": "^5.3.2",
"prettier": "^2.5.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}