-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.69 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
{
"name": "aimml-rss-reaser",
"version": "2.0.5",
"description": "rss-reaser",
"main": "index.js",
"scripts": {
"webpack-serve": "webpack-serve",
"babel-node": "babel-node",
"test": "jest",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build",
"webpack": "webpack",
"start": "webpack-dev-server --open",
"webpack-dev-server": "npm run webpack-dev-server",
"eslint": "eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/aimmlegate/RSS-Reader"
},
"author": "Andrey Lukin",
"license": "ISC",
"bugs": {
"url": "https://github.com/aimmlegate/RSS-Reader/issues"
},
"files": [
"dist"
],
"homepage": "http://hollow-belief.surge.sh/",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "*",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "*",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"lodash-webpack-plugin": "^0.11.5",
"style-loader": "^0.20.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-serve": "^0.2.0"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"popper.js": "^1.14.3",
"validator": "^9.4.1"
}
}