-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
74 lines (74 loc) · 2.33 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
{
"name": "save-to-pocket",
"version": "4.0.6",
"private": true,
"description": "The easiest, fastest way to capture articles, videos, and more.",
"homepage": "https://github.com/Pocket/extension-save-to-pocket#readme",
"bugs": {
"url": "https://github.com/Pocket/extension-save-to-pocketissues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pocket/extension-save-to-pocket.git"
},
"license": "MIT",
"author": "Pocket",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"release": "cross-env NODE_ENV=production IS_RELEASE=true rollup -c",
"start": "rollup -c -w",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"downshift": "^6.1.7",
"js-base64": "^3.7.2",
"linaria": "^3.0.0-beta.13",
"match-sorter": "^6.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-input-autosize": "^3.0.0",
"webextension-polyfill": "^0.8.0"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/react": "^6.3.8",
"@types/chrome": "^0.0.158",
"@types/firefox-webext-browser": "^82.0.1",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.26.0",
"jest": "^27.2.1",
"jest-chrome": "^0.7.2",
"prettier": "^2.4.1",
"rollup": "^2.57.0",
"rollup-plugin-chrome-extension": "^3.6.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-zip": "^1.0.3",
"styled-jsx": "^4.0.1"
}
}