-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 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
47
48
49
{
"name": "fundRequest-chrome-plugin",
"version": "0.0.2",
"description": "Extension to fund github issues using the fundrequest platform.",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FundRequest/chrome-browser-plugin.git"
},
"dependencies": {
"bignumber.js": "^7.2.0",
"bootstrap": "^4.1.1",
"izitoast": "^1.3.0",
"jquery": "~3.3.1",
"moment": "~2.22.0",
"sweetalert2": "^7.19.3",
"toastr": "^2.1.4",
"uuid": "^3.2.1",
"vue": "^2.5.2",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^6.0.0",
"web3": "^0.20.6"
},
"devDependencies": {
"@types/chrome": "~0.0.63",
"@types/jquery": "~3.3.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"css-loader": "^0.28.11",
"node-sass": "^4.9.1",
"node-sass-tilde-importer": "^1.0.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"ts-loader": "~4.2.0",
"typescript": "~2.8.1",
"vue-loader": "^15.0.5",
"vue-template-compiler": "^2.5.16",
"vue-template-loader": "^0.4.1",
"webpack": "~4.5.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "~4.1.2"
}
}