generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rebel",
"version": "0.0.1",
"description": "NFT Share File",
"scripts": {
"build": "vite build",
"compile-solidity": "npx hardhat compile",
"deploy-crowdsale-dev": "npx hardhat run scripts/deploy-crowdsale.js --network mumbai",
"deploy-rebel-dev": "npx hardhat run scripts/deploy-rebel.js --network mumbai",
"deploy-rebel-mainnet": "npx hardhat run scripts/deploy-rebel.js --network mainnet",
"deploy-service-prod": ". ./deploy.sh",
"dev": "vite",
"format": "prettier . --write",
"format-check": "prettier . --check",
"lint-save": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"lint-check": "eslint --ext .js,.vue --ignore-path .gitignore --fix-dry-run src",
"preview": "vite preview --port 8080",
"serve": "vite preview",
"test": "export NODE_OPTIONS=--openssl-legacy-provider; npx hardhat test"
},
"homepage": "https://share.nyan.my.id",
"dependencies": {
"@cloudinary/url-gen": "^1.6.0",
"@dicebear/avatars": "^4.10.2",
"@dicebear/avatars-bottts-sprites": "^4.10.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "4.5.0",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.8.4",
"js-data": "^3.0.11",
"js-sha256": "^0.9.0",
"mdb-vue-ui-kit": "^1.9.0",
"notyf": "^3.10.0",
"pinia": "^2.0.0-rc.6",
"vue": "^3.2.4",
"vue-router": "^4.0.10",
"wavesurfer.js": "^6.0.4",
"wavesurfer.js-vue": "^1.0.0"
},
"devDependencies": {
"@iconify/json": "^1.1.390",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.4",
"chai": "^4.3.6",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "2.5.1",
"sass": "^1.35.2",
"unplugin-icons": "^0.11.3",
"unplugin-vue-components": "^0.15.2",
"vite": "^2.5.0",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-pwa": "^0.8.2"
}
}