-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "deepmode-extension",
"version": "1.0.0",
"description": "Intelligent distraction blocker",
"main": "index.js",
"scripts": {
"build": "parcel build src/content_scripts/index.js src/background/index.js src/popup/popup.js src/styles/article.scss --no-source-maps",
"watch": "parcel watch src/content_scripts/index.js src/background/index.js src/popup/popup.js src/styles/article.scss"
},
"author": "Emile <emilepw@hotmail.co.uk>",
"license": "MIT",
"dependencies": {
"@postlight/mercury-parser": "^2.1.0",
"algoliasearch": "^3.32.1",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^2",
"react-instantsearch-dom": "^5.4.0",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"underscore": "^1.9.1",
"webext-redux": "^2.0.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cssnano": "^4.1.10",
"sass": "^1.18.0"
}
}