"Fossies" - the Fresh Open Source Software Archive 
Member "AdGuardHome-0.104.3/client/package.json" (19 Nov 2020, 3565 Bytes) of package /linux/misc/dns/AdGuardHome-0.104.3.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "package.json":
0.104.1_vs_0.104.3.
1 {
2 "name": "dashboard",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "build-dev": "cross-env BUILD_ENV=dev webpack --config webpack.dev.js",
7 "build-prod": "cross-env BUILD_ENV=prod webpack --config webpack.prod.js",
8 "watch": "cross-env BUILD_ENV=dev webpack --config webpack.dev.js --watch",
9 "watch:hot": "cross-env BUILD_ENV=dev webpack-dev-server --config webpack.dev.js",
10 "lint": "eslint src",
11 "lint:fix": "eslint src --fix",
12 "test": "jest",
13 "test:watch": "jest --watch"
14 },
15 "dependencies": {
16 "@nivo/line": "^0.64.0",
17 "axios": "^0.19.2",
18 "classnames": "^2.2.6",
19 "date-fns": "^1.29.0",
20 "i18next": "^19.6.2",
21 "i18next-browser-languagedetector": "^4.2.0",
22 "ipaddr.js": "^1.9.1",
23 "js-yaml": "^3.14.0",
24 "lodash": "^4.17.19",
25 "nanoid": "^3.1.9",
26 "prop-types": "^15.7.2",
27 "query-string": "^6.13.1",
28 "react": "^16.13.1",
29 "react-click-outside": "^3.0.1",
30 "react-dom": "^16.13.1",
31 "react-i18next": "^11.7.2",
32 "react-modal": "^3.11.2",
33 "react-popper-tooltip": "^2.11.1",
34 "react-redux": "^7.2.0",
35 "react-redux-loading-bar": "^4.6.0",
36 "react-router-dom": "^5.2.0",
37 "react-router-hash-link": "^1.2.2",
38 "react-select": "^3.1.0",
39 "react-table": "^6.11.4",
40 "react-transition-group": "^4.4.1",
41 "redux": "^4.0.5",
42 "redux-actions": "^2.6.5",
43 "redux-form": "^8.3.5",
44 "redux-thunk": "^2.3.0",
45 "url-polyfill": "^1.1.9"
46 },
47 "devDependencies": {
48 "@babel/core": "^7.9.6",
49 "@babel/plugin-proposal-class-properties": "^7.8.3",
50 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
51 "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
52 "@babel/plugin-proposal-optional-chaining": "^7.10.4",
53 "@babel/plugin-transform-runtime": "^7.9.6",
54 "@babel/preset-env": "^7.9.6",
55 "@babel/preset-react": "^7.9.4",
56 "autoprefixer": "^9.8.0",
57 "babel-eslint": "^10.1.0",
58 "babel-loader": "^8.1.0",
59 "clean-webpack-plugin": "^3.0.0",
60 "copy-webpack-plugin": "^6.0.1",
61 "cross-env": "^7.0.2",
62 "css-loader": "^3.5.3",
63 "eslint": "^6.8.0",
64 "eslint-config-airbnb": "^18.1.0",
65 "eslint-import-resolver-webpack": "^0.12.1",
66 "eslint-loader": "^4.0.2",
67 "eslint-plugin-import": "^2.20.2",
68 "eslint-plugin-jsx-a11y": "^6.2.3",
69 "eslint-plugin-react": "^7.20.0",
70 "eslint-plugin-react-hooks": "^2.5.0",
71 "file-loader": "6.0.0",
72 "html-webpack-plugin": "^4.3.0",
73 "jest": "^26.0.1",
74 "mini-css-extract-plugin": "^0.9.0",
75 "path": "^0.12.7",
76 "postcss-flexbugs-fixes": "4.2.1",
77 "postcss-loader": "^3.0.0",
78 "react-hot-loader": "^4.12.21",
79 "style-loader": "^1.2.1",
80 "stylelint": "^13.5.0",
81 "stylelint-webpack-plugin": "2.0.0",
82 "url-loader": "^4.1.0",
83 "webpack": "^4.43.0",
84 "webpack-cli": "^3.3.11",
85 "webpack-dev-server": "^3.11.0",
86 "webpack-merge": "^4.2.2"
87 },
88 "browserslist": {
89 "development": [
90 "last 1 chrome version",
91 "last 1 firefox version",
92 "last 1 safari version"
93 ],
94 "production": [
95 ">1%",
96 "last 4 versions",
97 "Firefox ESR",
98 "not ie < 9"
99 ]
100 }
101 }