forked from WorldBrain/Memex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 6.43 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "worldbrain-extension",
"version": "0.11.4",
"homepage": "https://worldbrain.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WorldBrain/WebMemex"
},
"scripts": {
"build": "npm run build:clean && webpack",
"build:ci": "npm run build:clean && webpack --env.ci",
"build:prod": "npm run build:clean && webpack --env.prod",
"build:package": "npm run build:clean && webpack --env.prod --env.package",
"build:clean": "rimraf ./extension",
"watch": "npm run build:clean && webpack --watch --bail",
"watch:notif": "webpack --watch --bail --env.notifs",
"cache:clean": "rimraf ./node_modules/.cache",
"stats": "webpack --profile --json > stats.json",
"publish-ext": "node publish",
"test": "jest --verbose --silent --config=.jest-config.json",
"test:watch": "jest --verbose --watch --config=.jest-config.json",
"test:coverage": "jest --silent --coverage --config=.jest-config.json",
"lint": "npm-run-all --parallel lint:*",
"lint:ts": "tslint --project . --format stylish",
"lint:js": "eslint --ext js --ext jsx src",
"lint:css": "stylelint 'src/**/*.css'",
"format": "prettier --config prettier.config.js --write '**/*.{ts,js,tsx,jsx,css}'",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"blob-util": "^1.2.1",
"cheerio": "^1.0.0-rc.2",
"chrono-node": "^1.3.1",
"classnames": "^2.2.5",
"core-js": "^2.4.1",
"dexie": "^2.0.1",
"dexie-mongoify": "^1.3.0",
"diff-match-patch": "^1.0.0",
"dom-anchor-fragment": "^1.0.4",
"dom-anchor-text-quote": "^4.0.2",
"dom-highlight-range": "^1.0.1",
"fathom-web": "^2.1.0",
"history": "^3.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.14",
"normalize-url": "^1.9.1",
"page-metadata-parser": "git+https://github.com/Treora/page-metadata-parser.git#npm-testable",
"pdfjs-dist": "^1.8.492",
"promise-limit": "^2.5.0",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"raven-for-redux": "^1.3.1",
"raven-js": "^3.23.3",
"react": "^16.4.1",
"react-burger-menu": "^2.4.4",
"react-datepicker": "^1.6.0",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.7",
"react-router": "^3.2.1",
"react-waypoint": "^8.0.3",
"redux": "^4.0.0",
"redux-act": "^1.7.4",
"redux-observable": "^0.14.1",
"redux-query-sync": "^0.1.7",
"redux-thunk": "^2.3.0",
"remove-stopwords": "^1.0.3",
"reselect": "^3.0.1",
"response-to-data-url": "^0.1.0",
"rxjs": "^5.5.5",
"scroll-to-element": "^2.0.0",
"through2": "^2.0.3",
"url-regex": "^4.1.1",
"webextension-polyfill": "^0.3.0",
"when-all-settled": "^0.1.1"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.5.2",
"@storybook/react": "^4.0.0-alpha.8",
"@types/jest": "^23.3.1",
"@types/mongodb": "^3.0.21",
"@types/react": "^16.3.16",
"@types/react-redux": "^6.0.6",
"@types/url-regex": "^4.1.0",
"autoprefixer": "^7.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chrome-webstore-upload": "^0.2.2",
"coffeescript": "^2.3.1",
"coffeescript-loader": "0.0.11",
"copy-webpack-plugin": "^4.5.1",
"crx": "^3.2.1",
"css-loader": "^0.28.11",
"datauri": "^1.1.0",
"dotenv": "^6.0.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"fake-indexeddb": "^2.0.4",
"fork-ts-checker-webpack-plugin": "^0.4.2",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.0.0-rc.13",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"jest-fetch-mock": "^1.2.0",
"jest-sourcemaps": "^1.0.1",
"jest-webextension-mock": "^3.2.0",
"material-design-icons": "^3.0.1",
"mini-css-extract-plugin": "^0.4.0",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"post-compile-webpack-plugin": "^0.1.2",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.5",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0",
"react-test-renderer": "^16.4.2",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"rimraf": "^2.6.2",
"sign-addon": "^0.3.0",
"sinon": "^6.1.5",
"style-loader": "^0.21.0",
"stylelint": "^9.2.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"svg-inline-loader": "^0.8.0",
"thread-loader": "^1.1.5",
"ts-jest": "^23.1.3",
"ts-loader": "^4.4.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"web-ext": "^1.10.0",
"webextension-polyfill-ts": "^0.8.8",
"webpack": "^4.12.2",
"webpack-build-notifier": "^0.1.25",
"webpack-chrome-extension-reloader": "^0.8.3",
"webpack-cli": "^3.1.0",
"zip-webpack-plugin": "^3.0.0"
}
}