-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "kcwiki-newest-items",
"version": "1.0.0",
"description": "kcwiki newest items",
"main": "index.js",
"scripts": {
"start": "npm run feed && npm run build",
"feed": "node scripts/feed.js",
"feed:local": "cross-env LOCAL=1 node scripts/feed.js",
"build": "node scripts/build.js",
"deploy": "node scripts/deploy.js",
"lint": "eslint --ext .js .",
"lint:fix": "eslint --fix --ext .js .",
"clean": "rm -rf build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kcwikizh/kcwiki-newest-items.git"
},
"author": "kcwikizh",
"license": "MIT",
"bugs": {
"url": "https://github.com/kcwikizh/kcwiki-newest-items/issues"
},
"homepage": "https://github.com/kcwikizh/kcwiki-newest-items#readme",
"dependencies": {
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.15.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"feedparser": "^2.2.9",
"js-beautify": "^1.9.0",
"node-fetch": "^2.6.7",
"nodemw": "^0.12.2",
"prettier": "^1.16.4"
}
}