-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 836 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
{
"name": "trading-card-factory",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"author": "Daniel Bischoff",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-vue": "^4.7.1",
"openzeppelin-solidity": "1.12.0",
"truffle-contract": "^3.0.6",
"web3": "^1.0.0-beta.35"
},
"dependencies": {
"@nuxtjs/toast": "^3.0.1",
"bs58": "^4.0.1",
"ipfs-api": "^23.0.0",
"nuxt": "^1.4.2",
"truffle-hdwallet-provider": "0.0.6"
}
}