-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 3.51 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Tidbits",
"version": "0.1.0",
"description": "The framework for authentic human community",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"postbuild": "[ ! -f ./dist/_redirects ] && cp _redirects ./dist/_redirects || exit 0",
"dev": "node scripts/dev-server.js",
"start": "npm run dev",
"build": "node scripts/build.js",
"cli": "ganache-cli",
"test": "truffle test",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .eslintignore ."
},
"keywords": [
"Ethereum",
"Truffle",
"Vue",
"web3data",
"blockchain",
"smart contracts"
],
"author": "@bradleyc, @gabeibarra, @taylorjdawson",
"license": "none",
"dependencies": {
"acorn": "^6.1.0",
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"ganache-cli": "^6.2.5",
"openzeppelin-solidity": "^2.1.2",
"scrypt": "^6.0.3",
"truffle": "^5.0.4",
"truffle-hdwallet-provider": "0.0.6",
"typeface-domine": "0.0.54",
"vue": "^2.5.17",
"vue-analytics": "^5.16.1",
"vue-animejs": "^2.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"web3": "^1.0.0-beta.36",
"web3data-deploy": "^0.1.4",
"web3data-js": "^0.3.3",
"zeppelin-solidity": "^1.12.0"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-istanbul": "^5.0.1",
"chai": "^4.1.2",
"chalk": "^2.0.1",
"chromedriver": "^2.42.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"cross-spawn": "^6.0.5",
"css-loader": "^1.0.0",
"cssnano": "^4.1.3",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.7.1",
"eth-gas-reporter": "^0.1.12",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.0",
"inject-loader": "^4.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.9.3",
"opn": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.0.0",
"prettier": "^1.14.3",
"rimraf": "^2.6.0",
"sass-loader": "^7.1.0",
"selenium-server": "^3.14.0",
"semver": "^5.5.1",
"shelljs": "^0.8.2",
"sinon": "^6.3.4",
"sinon-chai": "^3.2.0",
"url-loader": "^1.1.1",
"vue-eslint-parser": "^3.2.2",
"vue-loader": "^15.6.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.2",
"webpack-merge": "^4.1.4",
"websocket": "^1.0.28"
},
"engines": {
"node": ">= 8.11.3",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}