-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "ebooker",
"version": "0.1.0",
"description": "Browser extension to download web fiction as epubs",
"scripts": {
"dev": "webpack --config wdev.webpack.config.js --debug --output-pathinfo --progress --watch",
"start": "webpack-dev-server --config wstart.webpack.config.js",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/kabir-plod/ebooker.git"
},
"author": "kabir-plod (http://github.com/kabir-plod)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kabir-plod/ebooker/issues"
},
"devDependencies": {
"@types/chrome": "0.0.46",
"@types/node": "^7.0.13",
"@types/react": "^15.0.16",
"@types/react-dom": "^0.14.23",
"@types/tape": "^4.2.29",
"awesome-typescript-loader": "^3.1.2",
"copy-webpack-plugin": "^4.0.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-tap": "^3.1.1",
"karma-tap-pretty-reporter": "^3.0.5",
"karma-webpack": "^2.0.4",
"tap-diff": "^0.1.1",
"tape": "^4.6.3",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"jszip": "^3.1.3",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}