forked from chibat/chrome-extension-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 Bytes
/
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
{
"name": "chrome-extension-typescript-starter",
"version": "1.0.0",
"description": "chrome-extension-typescript-starter",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "mocha -r jsdom-global/register"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/chibat/chrome-extension-typescript-starter.git"
},
"dependencies": {
"0x.js": "^0.30.0",
"jquery": "~3.2.1",
"moment": "~2.18.1",
"vue": "^2.5.13"
},
"devDependencies": {
"@types/chrome": "~0.0.49",
"@types/jquery": "~3.2.13",
"css-loader": "^0.28.8",
"jsdom": "^11.6.2",
"jsdom-global": "^3.0.2",
"mocha": "^5.0.0",
"sinon-chrome": "^2.2.4",
"ts-loader": "^2.3.7",
"typescript": "^2.5.3",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"web3": "^0.20.4",
"web3-typescript-typings": "^0.9.4",
"webpack": "^3.7.1"
}
}