-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "celoshop-dacade",
"private": true,
"version": "1.0.0",
"description": "[Dacade] A mini e-commerce testnet dApp that utilizes Celo Blockchain technologies.",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"build": "webpack",
"start": "servez -S dist"
},
"repository": {
"type": "git",
"url": "https://github.com/emmanuelJet/celoshop-dacade.git"
},
"keywords": [
"dacade",
"celo",
"blockchain",
"emmanueljet"
],
"author": "Emmanuel Joseph (https://www.linkedin.com/in/emmanuelJet)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/emmanuelJet/celoshop-dacade/issues"
},
"homepage": "https://emmanueljet.github.io/celoshop-dacade",
"dependencies": {
"@celo/contractkit": "^1.2.4",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
"friendly-errors-webpack-plugin": "1.7.0",
"html-webpack-plugin": "3.2.0",
"nodemon": "^2.0.7",
"webpack": "4.29.6",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": ">= 12.18.4",
"npm": ">= 7.13.0"
}
}