-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 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
{
"name": "liquid_dl",
"version": "1.0.0",
"description": "A front-end downloader for liquid-dl",
"main": "src.js",
"scripts": {
"test": "test",
"install-req": "python pip install -r requirements.txt",
"install-req3": "python pip3 install -r requirements.txt",
"linux-fresh": "python ./manage.py flush --noinput",
"win-fresh": "manage.py flush --noinput"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"jquery": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.1",
"source-map-loader": "^0.2.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^2.7.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"body-parser": "^1.18.2",
"cloudcmd": "^9.1.6",
"create-react-class": "^15.6.0",
"css-loader": "^1.0.0",
"express": "^4.15.5",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"react-contexify": "^2.1.4",
"react-data-grid": "^2.0.60",
"react-dom": "^16.0.1",
"react-materialize": "^1.0.8",
"react-notification-system": "^0.2.15",
"react-redux": "^5.0.6",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-select": "^1.0.0-rc.5",
"react-skylight": "^0.4.2",
"react-tap-event-plugin": "^2.0.1",
"reapop": "^1.1.2",
"reapop-theme-wybo": "^0.4.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.3.0",
"redux-thunk": "^2.2.0",
"requestify": "^0.2.5",
"style-loader": "^0.18.2",
"webpack": "^2.3.3",
"webtorrent": "^0.98.19"
}
}