-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 KB
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
{
"name": "reading-list",
"version": "2.4.9",
"description": "A Chrome/Firefox extension that saves a list of webpages to read later.",
"scripts": {
"build": "node build/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexpdraper/reading-list.git"
},
"bugs": {
"url": "https://github.com/alexpdraper/reading-list/issues"
},
"homepage": "https://github.com/alexpdraper/reading-list#readme",
"browserslist": [
"Chrome >= 20",
"Edge >= 40",
"Firefox >= 57"
],
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chalk": "^2.2.0",
"compression-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
"eslint": "^4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.20",
"ora": "^1.3.0",
"postcss-loader": "^2.0.8",
"rimraf": "^2.6.2",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.0",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"fuse.js": "^3.2.0",
"nativesortable": "^0.1.0"
}
}