This repository was archived by the owner on Aug 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
{
"name": "web.codex-viewer",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run lint && vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"link-all": "npm link @codex-protocol/ethereum-service",
"install-and-link": "rm -rf node_modules && npm install && npm run link-all"
},
"dependencies": {
"@codex-protocol/ethereum-service": "latest",
"axios": "^0.19.0",
"bignumber.js": "^8.1.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.18",
"debug": "^4.1.1",
"escape-html": "^1.0.3",
"is_js": "^0.9.0",
"param-case": "^2.1.1",
"raven-js": "^3.27.0",
"socket.io-client": "^2.2.0",
"title-case": "^2.1.1",
"vue": "^2.6.10",
"vue-analytics": "^5.16.4",
"vue-cookie-accept-decline": "^5.2.1",
"vue-gtm": "^2.0.0",
"vue-router": "^3.0.3",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0",
"web3": "1.0.0-beta.52"
},
"devDependencies": {
"@codex-protocol/eslint-config-vue": "latest",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-service": "^3.5.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
}
}