-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "vue-js-starter-kit",
"description": "OMG Starter kit in Vue.js",
"version": "1.0.0-v0.2",
"author": "Kevin Sullivan <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@omisego/omg-js": "^3.0.0-alpha.13",
"bn.js": "^5.1.1",
"human-standard-token-abi": "^2.0.0",
"json-bigint": "git+https://[email protected]/omisego/json-bigint.git",
"number-to-bn": "^1.7.0",
"vue": "^2.5.11",
"vue-material": "^1.0.0-beta-11",
"web3": "1.0.0-beta.55"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.4.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}