-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"private": true,
"name": "uRSS",
"version": "0.0.1",
"license": "GPL-3.0",
"scripts": {
"start": "parcel --hmr-hostname localhost src/manifest.json",
"build": "parcel build --no-source-maps src/manifest.json"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@types/array-move": "^2.0.0",
"@types/dompurify": "^0.0.33",
"@types/nanoid": "^2.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^4.3.4",
"@types/react-virtualized": "^9.21.4",
"@types/rebass": "^3.0.4",
"parcel-bundler": "^1.12.3",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"parcel-plugin-web-extension": "^1.5.2",
"typescript": "^3.5.3"
},
"dependencies": {
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@rebass/forms": "^4.0.3",
"@rebass/preset": "^4.0.3",
"array-move": "^2.0.0",
"date-fns": "^2.0.0",
"dompurify": "^2.0.1",
"emotion-theming": "^10.0.14",
"localforage": "^1.7.3",
"nanoid": "^2.0.0",
"react": "^16.9.0",
"react-contenteditable": "^3.3.2",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-sortable-hoc": "^1.10.1",
"react-virtualized": "^9.21.1",
"rebass": "^4.0.3",
"rss-parser": "^3.7.2",
"webextension-polyfill-ts": "^0.9.1"
}
}