-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "3id-example-app",
"version": "0.4.1",
"private": true,
"scripts": {
"server:app": "http-server -c-1 -p 30000 .",
"server:connect": "http-server -c-1 -p 30001 ../../public",
"build": "webpack --config webpack.config.js --mode=development --watch",
"start": "lerna run dev:build && run-p build server:**",
"start:testnet": "CERAMIC_API=https://ceramic-clay.3boxlabs.com npm start"
},
"dependencies": {
"@3id/connect": "^0.4.1",
"@babel/runtime": "7.17.9",
"@ceramicnetwork/3id-did-resolver": "^2.0.0",
"@ceramicnetwork/http-client": "^2.0.0",
"dids": "^3.0.0",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"webpack": "^5.66.0",
"webpack-cli": "^4.7.0"
}
}