-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
127 lines (127 loc) · 4.13 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
{
"name": "space-fanfou",
"description": "A Chrome plug-in for fanfou.com",
"contributors": [
"Kevin Deng <[email protected]> (https://fanfou.com/anegie)",
"Riophae Lee <[email protected]> (https://fanfou.com/ruif)",
"LitoMore <[email protected]> (https://fanfou.com/lito)",
"Xidorn Quan <[email protected]> (https://fanfou.com/xidorn)",
"Rex Zhang <[email protected]> (https://fanfou.com/zhasm)"
],
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint .",
"lint:css": "stylelint '**/*.(less|css)'",
"unit": "jest",
"unit:dev": "jest --watch",
"cleanup": "rimraf dist && mkdirp dist",
"dev": "npm run cleanup && webpack --watch --mode development --config build/webpack.config.js",
"build": "npm run cleanup && webpack --mode production --config build/webpack.config.js",
"pack": "node build/pack.js",
"release": "npm run build && npm run pack"
},
"license": "GPL v3",
"private": true,
"engines": {
"node": ">= 10"
},
"dependencies": {
"activity-detector": "^3.0.0",
"array-last": "^1.3.0",
"array-move": "^2.1.0",
"casey-js": "^1.6.2",
"classnames": "^2.2.6",
"compat-trigger-event": "^1.0.0",
"defined": "^1.0.0",
"delegated-events": "^1.0.10",
"dom-chef": "^3.6.0",
"dom-element-is-natively-editable": "^1.0.4",
"dot-prop": "^5.0.0",
"easings-css": "^1.0.0",
"element-ready": "^4.1.0",
"element-visible": "^1.0.2",
"fast-deep-equal": "^3.1.1",
"is-number": "^7.0.0",
"is-promise": "^2.1.0",
"is-visible": "^2.2.0",
"js-cookie": "^2.2.0",
"just-clamp": "^3.1.0",
"just-debounce-it": "^1.1.0",
"just-flush": "^1.1.0",
"just-map-values": "^1.1.0",
"just-once": "^1.1.0",
"just-pick": "^2.1.0",
"just-remove": "^2.1.0",
"many-keys-map": "^1.0.2",
"material-colors": "^1.2.6",
"object-to-formdata": "^2.1.2",
"p-retry": "^4.1.0",
"p-sleep": "^1.1.0",
"pify": "^4.0.1",
"preact": "^10.0.0",
"promise-queue": "^2.2.5",
"prop-types": "^15.7.2",
"react-sortable-hoc": "^1.8.3",
"react-tooltip-lite": "^1.9.1",
"safe-json-parse": "^4.0.0",
"select-dom": "^6.0.0",
"semver": "^7.1.1",
"split-lines": "^2.0.0",
"string-width": "^4.1.0",
"tinydate": "^1.0.1",
"transform-url": "^1.0.1",
"tributejs": "^4.0.0",
"webext-inject-on-install": "^1.0.2",
"wretch": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"approot": "^0.2.1",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.6.1",
"cache-loader": "^4.0.0",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^3.0.0",
"eslint": "^6.1.0",
"eslint-config-riophae": "^0.12.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-unicorn": "^15.0.1",
"esm": "^3.2.22",
"file-loader": "^5.0.0",
"ifdef-loader": "^2.1.4",
"import-all.macro": "^2.0.3",
"jest": "^24.7.1",
"jest-webpack-resolver": "^0.3.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"mkdirp": "^0.5.1",
"object.fromentries": "^2.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.0",
"stylelint": "^13.0.0",
"stylelint-config-xo-space": "^0.14.0",
"terser-webpack-plugin": "^2.1.2",
"to-string-loader": "^1.1.5",
"url-loader": "^3.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-omit-js-for-css-plugin": "^3.1.0"
}
}