-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 946 Bytes
/
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
{
"name": "@e4a/pg-example",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/encryption4all/pg-example.git"
},
"devDependencies": {
"@privacybydesign/yivi-client": "^0.1.2",
"@privacybydesign/yivi-core": "^0.1.2",
"@privacybydesign/yivi-css": "^0.1.2",
"@privacybydesign/yivi-popup": "^0.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.1",
"https-browserify": "^1.0.0",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"streamsaver": "^2.0.6",
"style-loader": "^3.3.3",
"url": "^0.11.0",
"web-streams-polyfill": "^3.2.1",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@e4a/pg-wasm": "^0.3.0-rc.4",
"buffer": "^6.0.3",
"util": "^0.12.5"
},
"scripts": {
"build": "webpack",
"dev": "npx webpack serve"
}
}