This repository has been archived by the owner on May 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "anyslope",
"version": "0.1.0",
"description": "AnySlope allows users to read sakamichi's blogs, LINE BLOG, and, Ameba Blog in one application",
"main": "app/index.js",
"scripts": {
"build:pug": "./node_modules/.bin/pug --hierarchy -o app/dst/ src/",
"build:js": "NODE_ENV=production ./node_modules/.bin/webpack --mode production",
"build": "npm-run-all build:*",
"watch:pug": "npm run build:pug -- -w",
"watch:js": "NODE_ENV=development ./node_modules/.bin/webpack-dev-server --mode development",
"watch:start": "NODE_ENV=development yarn start",
"watch": "npm-run-all --parallel watch:*",
"start": "electron .",
"postinstall": "npm rebuild",
"package": "./node_modules/.bin/electron-packager . anyslope --platform=darwin --arch=x64 --electron-version=3.0.10"
},
"keywords": [],
"author": "Hiroki Usuba <[email protected]> (http://mimorisuzuko.github.io/)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@types/electron": "^1.6.10",
"autobind-decorator": "^2.4.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"brace": "^0.11.1",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
"dayjs": "^1.8.14",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^13.1.0",
"emotion": "^10.0.7",
"eslint": "^5.14.1",
"eslint-plugin-react": "^7.12.4",
"fs-extra": "^7.0.1",
"hls.js": "^0.12.4",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.13",
"marked": "^0.6.1",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"pug-cli": "^1.0.0-alpha6",
"puppeteer": "^1.12.2",
"raw-loader": "^1.0.0",
"react": "^16.8.3",
"react-ace": "^6.4.0",
"react-dom": "^16.8.3",
"react-hot-loader": "^4.7.1",
"react-icons": "^3.4.0",
"react-redux": "^6.0.1",
"react-spinners": "^0.5.1",
"react-toastify": "^5.0.0-rc.3",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-promise": "^0.6.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"search-query-parser": "^1.4.2",
"string.prototype.matchall": "^3.0.1",
"style-loader": "^0.23.1",
"turndown": "^5.0.3",
"url-join": "^4.0.0",
"uuid": "^3.3.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {}
}