This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
63 lines (63 loc) · 1.94 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
{
"name": "re-consent",
"description": "re:consent - enhanced privacy control for you",
"version": "1.0.14",
"author": "Cliqz GmbH",
"license": "MPL-2.0",
"dependencies": {
"consent-string": "^1.2.4",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-tippy": "^1.2.2",
"react-toggle": "^4.0.2",
"redux": "^4.0.0",
"regenerator-runtime": "^0.11.1",
"reset-css": "^4.0.1",
"spanan": "^2.1.0",
"webextension-polyfill": "^0.3.0"
},
"scripts": {
"start": "webpack --watch",
"build": "rm -rf build && NODE_ENV=production webpack && web-ext build --source-dir build/src --artifacts-dir build",
"storybook": "start-storybook -p 9009 -s ./build/src",
"test": "jest"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.10",
"@storybook/react": "v4.0.0-alpha.16",
"autoprefixer": "^8.6.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.5.0",
"node-sass-chokidar": "^1.3.0",
"postcss": "^6.0.22",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"storybook-addon-intl": "^2.3.0",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"web-ext": "^2.9.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.10.3"
}
}