-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "raylyanway_rss_reader",
"version": "1.0.0",
"description": "read rss",
"main": "index.js",
"scripts": {
"webpack-serve": "webpack-serve",
"test": "jest",
"babel-node": "babel-node",
"gulp": "gulp",
"eslint": "eslint",
"webpack": "webpack",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/raylyanway/rss_reader.git"
},
"keywords": [
"rss"
],
"author": "raylyanway",
"license": "ISC",
"bugs": {
"url": "https://github.com/raylyanway/rss_reader/issues"
},
"homepage": "https://github.com/raylyanway/rss_reader#readme",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/node": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^5.1.0",
"css-loader": "^6.2.0",
"debug": "^4.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.1.3",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"prettier": "^2.0.4",
"style-loader": "^3.2.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"axios": "^0.21.1",
"jquery": "^3.5.1",
"melanke-watchjs": "^1.5.2",
"popper.js": "^1.16.1",
"validator": "^13.5.2"
}
}