-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
139 lines (139 loc) · 4.75 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "webboid2",
"productName": "Boid",
"version": "0.0.5",
"private": true,
"description": "Boid",
"author": "Your Name <[email protected]>",
"scripts": {
"clean": "node build/script.clean.js",
"dev": "node build/script.dev.js",
"build": "node build/script.build.js && cp _redirects dist && cp nowconfig.json dist/package.json",
"deploy": "node build/script.build.js && cp _redirects dist && npm run push",
"push": "git add -A && git commit -a -m 'deploy live' && git push origin master",
"start": "node server.js",
"lint": "eslint --ext .js,.vue src",
"test": "yarn run jest --config jest.config.js"
},
"peerDependencies": {
"babel-core": "6.x || ^7.0.0-bridge.0"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@ianwalter/vue-component-reset": "^3.0.0",
"@vue/cli-plugin-babel": "^3.5.0",
"axios": "^0.19.0",
"boidjs": "^1.2.7",
"chart.js": "^2.8.0",
"crypto-js": "^3.1.9-1",
"eos-transit": "^4.0.1",
"eos-transit-anchor-provider": "^4.0.5",
"eos-transit-anchorlink-provider": "^4.0.7",
"eos-transit-keycat-provider": "^4.0.0",
"eos-transit-ledger-provider": "^4.0.2",
"eos-transit-scatter-provider": "^4.0.1",
"eosjs": "^20.0.0",
"event-emitter": "^0.3.5",
"eventlistener": "0.0.1",
"format-number": "^3.0.0",
"is-image-url": "^1.1.8",
"keycatjs": "^0.9.1",
"quasar-extras": "0.x",
"quasar-framework": "^0.14.9",
"query-string": "^6.13.7",
"randomstring": "^1.1.5",
"scatterjs-core": "^2.7.7",
"scatterjs-plugin-eosjs2": "^1.5.0",
"short-hash": "^1.0.0",
"shortid": "^2.2.15",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue": "^2.5.0",
"vue-chartjs": "^3.4.0",
"vue-plugin-load-script": "^1.1.0",
"vue-router": "^3.4.9",
"vuelidate": "^0.6.1"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.12.7",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0-beta.23",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^6.4.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-vue": "^2.0.2",
"colors": "^1.1.2",
"connect-history-api-fallback": "^1.1.0",
"core-js": "^2.6.12",
"css-loader": "^3.1.0",
"es6-promise": "^4.1.1",
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.19.1",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"jest-vue": "^0.8.2",
"json-loader": "^0.5.7",
"opn": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^1.0.0",
"progress-bar-webpack-plugin": "^1.10.0",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"purify-css": "^1.2.6",
"regenerator-runtime": "^0.13.2",
"shelljs": "^0.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"transform-runtime": "^0.0.0",
"url-loader": "^2.1.0",
"vue-jest": "^3.0.4",
"vue-loader": "^13.0.5",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.0",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-merge": "^4.1.0"
},
"now": {
"alias": "boid"
},
"main": ".eslintrc.js",
"license": "ISC"
}