-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
152 lines (152 loc) · 4.33 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
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "thankful",
"version": "0.9.0",
"private": true,
"description": "Thankful",
"author": "Superuser Labs",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "webpack --watch",
"lint-fix": "eslint --fix --ignore-path=.gitignore --ext .vue --ext .js --ext .ts .",
"precommit": "lint-staged",
"test": "jest --coverage"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@mdi/font": "5.9.55",
"@types/chrome": "0.0.81",
"@types/node": "^11.13.15",
"axios": "^0.21.1",
"bignumber.js": "github:frozeman/bignumber.js-nolookahead",
"core-js": "^3.6.5",
"core-js-bundle": "^3.1.4",
"file-loader": "^2.0.0",
"lerna": "^4.0.0",
"material-design-icons-iconfont": "^3.0.3",
"metamask-extension-provider": "^3.0",
"moment": "^2.29.2",
"regenerator-runtime": "^0.13.2",
"roboto-fontface": "*",
"sass": "^1.45.0",
"typeface-roboto": "0.0.54",
"vue": "^2.6.11",
"vue-i18n": "^8.11.2",
"vuetify": "^2.6.1",
"vuex": "^3.6.2",
"web3": "^1.6.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@types/jest": "^27.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/devtools": "^5.1.1",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^27.0",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-imports": "^1.5.1",
"bluebird": "^3.5.5",
"chrome-webstore-upload-cli": "^2.0.1",
"csvtojson": "^2.0.10",
"dexie": "^3.2.2",
"eslint": "^7.1",
"eslint-config-prettier": "^8.0",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-prettier": "^4.0",
"eslint-plugin-vue": "^8.1",
"fake-indexeddb": "^2.1.1",
"firefox-extension-deploy": "^1.1.1",
"github-reserved-names": "^2.0.4",
"google-auth-library": "^7.11.0",
"googleapis": "^92.0.0",
"html-webpack-plugin": "^4.0",
"husky": "^0.14.3",
"jest": "^27.4.5",
"lint-staged": "^12.1.3",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.4.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "^2.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"sass": "~1.32.0",
"sass-loader": "^10.2.0",
"style-loader": "^0.21.0",
"ts-jest": "^27.0.1",
"ts-loader": "^5.3.3",
"typescript": "^3.5.2",
"url-loader": "^1.1.2",
"vue": "^2.6.14",
"vue-cli-plugin-vuetify": "^2.4.5",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.0",
"webextension-polyfill": "^0.8.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5",
"webpack-cli": "^4.9.1",
"websocket": "^1.0.28"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"_id": "[email protected]",
"bugs": {
"url": "https://github.com/SuperuserLabs/thankful/issues"
},
"homepage": "https://github.com/SuperuserLabs/thankful#readme",
"license": "MPL-2.0",
"lint-staged": {
"*.{js,vue}": [
"eslint"
],
"*.{js,ts,json,css,md,vue,yml}": [
"prettier --write"
]
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperuserLabs/thankful.git"
}
}