forked from otchy210/feedly-hatebu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 970 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 970 Bytes
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
{
"name": "feedly-hatebu",
"version": "3.0.0",
"description": "はてなブックマークの情報を Feedly 上に表示します。",
"scripts": {
"build": "node bin/build.mjs && webpack",
"watch": "node bin/build.mjs && webpack --watch",
"dist": "npm run build && node bin/dist.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otchy210/feedly-hatebu.git"
},
"license": "MIT",
"homepage": "https://github.com/otchy210/feedly-hatebu#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"node-cache": "^5.1.2",
"styled-components": "^5.2.1"
}
}