-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "imgest",
"version": "1.10.1",
"description": "Add, edit and sort images in the browser, then share your images with WebTorrent!",
"private": true,
"scripts": {
"start": "webpack-dev-server --open",
"build": "webpack --mode=production",
"dist": "http-server dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codealchemist/imgest.git"
},
"keywords": [
"images",
"torrent",
"webtorrent",
"share",
"sort",
"browser"
],
"author": "Alberto Miranda",
"license": "MIT",
"bugs": {
"url": "https://github.com/codealchemist/imgest/issues"
},
"homepage": "https://github.com/codealchemist/imgest#readme",
"dependencies": {
"clipboard": "^2.0.0",
"drag-drop": "^2.14.0",
"eldo": "^1.3.2",
"http-server": "^0.11.1",
"material-design-lite": "^1.3.0",
"redux": "^3.7.2",
"redux-replicate": "^3.0.9",
"redux-replicate-localforage": "^3.0.2",
"responsive-lazy-loader": "^0.2.2",
"sortablejs": "^1.7.0",
"vanilla-lazyload": "^8.7.1",
"webpack-dev-server": "^3.1.3",
"webtorrent": "^0.108.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}