-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.72 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": "retumble",
"version": "0.0.0",
"description": "Write react-ive tumblr themes",
"bin": {
"retumble": "bin/retumble"
},
"main": "src/Retumble.js",
"scripts": {
"flow": "flow ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrkev/retumble.git"
},
"author": "Kevin Chavez <[email protected]> (http://thatkevin.tk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrkev/retumble/issues"
},
"homepage": "https://github.com/mrkev/retumble#readme",
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.0",
"commander": "^2.19.0",
"copy-dir": "^0.4.0",
"cors": "^2.8.5",
"css-loader": "^6.7.3",
"download": "^6.2.5",
"express": "^4.16.4",
"flow": "^0.2.3",
"fs-extra": "^7.0.1",
"ip": "^1.1.5",
"progress-bar-webpack-plugin": "^1.11.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.12",
"react-motion-drawer": "^3.1.0",
"react-progress-button": "^5.1.0",
"react-waypoint": "^8.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"style-loader": "^3.3.1",
"tmp": "0.0.33",
"unzipper": "^0.9.4",
"val-loader": "^5.0.1",
"webpack": "^5.75.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"flow-bin": "^0.86.0",
"table2json": "^0.2.2",
"cheerio": "^1.0.0-rc.2",
"cheerio-tableparser": "^1.0.1"
}
}