-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "dscan",
"version": "4.0",
"description": "A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.",
"keywords": [
"dscan",
"ipfs",
"web3.storage",
"qr code",
"decentralization"
],
"license": "MIT",
"author": "Akhilesh Thite <[email protected]> (https://akhilesh.art/)",
"repository": "https://github.com/p2plabsxyz/dscan",
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"@web3-storage/w3up-client": "^12.1.0",
"buffer": "^6.0.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"jquery": "^3.7.0",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^10.2.4",
"dotenv-webpack": "^7.1.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"regenerator-runtime": "^0.13.11",
"webpack": "^5.88.1",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.9.0"
}
}