-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
166 lines (166 loc) · 5.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "PixivDeck",
"productName": "PixivDeck",
"version": "0.12.1",
"description": "pixiv client for desktop",
"keywords": [
"electron",
"pixiv"
],
"homepage": "https://github.com/akameco/PixivDeck",
"repository": "github:akameco/PixivDeck",
"author": "akameco <[email protected]>",
"license": "MIT",
"main": "main.js",
"scripts": {
"add": "all-contributors add",
"generate": "all-contributors generate",
"start": "cross-env NODE_ENV=production electron ./app/",
"dev": "cross-env START_HOT=1 npm run hot-updates-server",
"test": "npm run jest",
"test:ci": "cross-env NODE_ENV=test npm run flow && npm run jest --ci",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"jest": "cross-env NODE_ENV=test jest",
"fmt": "prettier --write '**/*.{js,json,md}'",
"build": "npm run build:main && npm run build:renderer",
"s2s": "babel-node ./config/scripts/s2s.js",
"flow": "flow",
"i18n": "babel-node ./config/scripts/extract-intl.js",
"build:dll": "node config/scripts/webpack build-dll",
"build:main": "node config/scripts/webpack build-main",
"build:renderer": "node config/scripts/webpack build-renderer",
"lint": "npm run lint:js && npm run lint:css",
"lint:css": "stylelint \"app/**/*.js\"",
"lint:js": "eslint .",
"hot-updates-server": "node config/scripts/webpack hot-server",
"start-hot-renderer": "node config/scripts/hot-renderer",
"postinstall": "npm run build:dll && electron-builder install-app-deps",
"package": "npm run build && build --publish never",
"release": "npm run build && build"
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
},
"stylelint": {
"processors": [
"stylelint-processor-styled-components"
],
"extends": "stylelint-config-standard",
"syntax": "csss",
"rules": {
"rule-empty-line-before": null,
"at-rule-empty-line-before": null,
"declaration-colon-newline-after": null,
"no-empty-source": null
}
},
"dependencies": {
"autolinker": "^3.0.3",
"axios": "^0.19.0",
"camelcase-keys": "^5.0.0",
"core-js": "3",
"decamelize-keys": "^1.1.0",
"electron-debug": "^2.1.0",
"js-md5": "^0.7.3",
"keycode": "^2.2.0",
"localforage": "^1.7.3",
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"moment": "^2.24.0",
"ms": "^2.1.1",
"normalizr": "^3.3.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-event-listener": "^0.6.6",
"react-intl": "^2.8.0",
"react-redux": "^7.0.0",
"react-sortable-pane": "^1.0.4",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.2",
"reselect": "^4.0.0",
"styled-components": "^4.1.3",
"universal-analytics": "^0.4.20",
"uuid": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/node": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-modules-commonjs": "7.5.0",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.5.5",
"all-contributors-cli": "6.8.1",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"babel-loader": "8.0.6",
"babel-plugin-add-module-exports": "1.0.2",
"babel-plugin-create-redux-action-func": "0.1.4",
"babel-plugin-create-redux-action-type": "0.1.2",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-object-rest-spread": "0.0.0",
"babel-plugin-react-intl": "4.1.5",
"babel-plugin-react-intl-auto": "1.7.2",
"babel-plugin-redux-action-compose": "0.3.0",
"babel-plugin-redux-state-compose": "0.4.0",
"chalk": "2.4.2",
"cp-file": "7.0.0",
"cross-env": "5.2.0",
"cross-spawn": "6.0.5",
"devtron": "1.4.0",
"electron": "5.0.8",
"electron-builder": "21.2.0",
"electron-load-devtool": "1.2.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"enzyme-to-json": "3.4.0",
"eslint": "5.16.0",
"eslint-config-precure": "4.18.0",
"execa": "1.0.0",
"extract-react-intl-messages": "1.0.2",
"extract-zip": "1.6.7",
"file-loader": "3.0.1",
"flow-bin": "0.76.0",
"flow-runtime": "0.17.0",
"husky": "2.7.0",
"jest": "24.8.0",
"jest-styled-components": "6.3.3",
"jest-yaml-flat-transfrom": "0.1.0",
"json-loader": "0.5.7",
"lint-staged": "8.2.1",
"prettier": "1.18.2",
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-hot-loader": "4.12.10",
"react-test-renderer": "16.8.6",
"read-pkg-up": "6.0.0",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"stylelint-processor-styled-components": "1.8.0",
"url-loader": "1.1.2",
"webpack": "4.39.1",
"webpack-bundle-analyzer": "3.4.1",
"webpack-cli": "3.3.6",
"webpack-dev-server": "3.7.2",
"webpack-merge": "4.2.1",
"yaml-flat-loader": "0.1.0"
},
"devEngines": {
"node": ">=7",
"npm": ">=3.x",
"yarn": ">=0.22.x"
},
"husky": {
"hooks": {
"pre-commit": "npm run flow && lint-staged"
}
}
}