-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c623c9
commit a06ee14
Showing
1 changed file
with
141 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,141 @@ | ||
{ | ||
"name": "climate-warehouse", | ||
"version": "1.0.2", | ||
"private": true, | ||
"author": "Chia Network Inc. <hello@chia.net>", | ||
"homepage": "./", | ||
"main": "src/start.js", | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=15.0.1" | ||
}, | ||
"proxy": "http://localhost:31310", | ||
"dependencies": { | ||
"@emotion/react": "^11.5.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@mui/lab": "*", | ||
"@mui/material": "^5.0.6", | ||
"dayjs": "^1.10.7", | ||
"lodash": "^4.17.21", | ||
"qrcode.react": "^2.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-indiana-drag-scroll": "^2.1.0", | ||
"react-intl": "^5.21.0", | ||
"react-notifications": "^1.7.3", | ||
"react-redux": "^7.2.6", | ||
"react-router-dom": "^6.3.0", | ||
"react-scripts": "4.0.3", | ||
"redux": "^4.1.2", | ||
"redux-thunk": "^2.4.0", | ||
"socket.io-client": "^4.4.1", | ||
"styled-components": "^5.3.3", | ||
"updeep": "^1.2.1", | ||
"web-vitals": "^1.0.1", | ||
"yup": "^0.32.11" | ||
}, | ||
"scripts": { | ||
"start": "nf start -p 3001", | ||
"build": "react-scripts build", | ||
"test": "mocha tests/**/*.spec.js --reporter spec --exit", | ||
"eject": "react-scripts eject", | ||
"electron": "electron .", | ||
"electron-start": "node src/start-react", | ||
"react-start": "react-scripts start", | ||
"pack": "build --dir", | ||
"dist": "npm run build && build", | ||
"requirements-check": "node check_node_version.js", | ||
"postinstall": "npm run requirements-check && install-app-deps", | ||
"release": "", | ||
"prepare": "husky install", | ||
"electron:package:mac": "npm run build && electron-builder -m -c.extraMetadata.main=build/electron.js", | ||
"electron:package:win": "npm run build && electron-builder -w -c.extraMetadata.main=build/electron.js", | ||
"electron:package:linux": "npm run build && electron-builder -l -c.extraMetadata.main=build/electron.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
"last 1 electron version", | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 electron version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/register": "^7.7.4", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-conventional": "^14.1.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"chai": "^4.3.4", | ||
"electron": "^15.3.0", | ||
"electron-builder": "^22.14.13", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"git-authors-cli": "^1.0.36", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^11.2.6", | ||
"mocha": "^9.1.3", | ||
"mock-local-storage": "^1.1.19", | ||
"prettier": "^2.4.1", | ||
"standard-version": "^9.3.2" | ||
}, | ||
"build": { | ||
"appId": "org.worldbank.climate-warehouse", | ||
"productName": "Climate Warehouse", | ||
"files": [ | ||
"build/**/*", | ||
"node_modules/**/*" | ||
], | ||
"directories": { | ||
"buildResources": "public" | ||
}, | ||
"mac": { | ||
"target": { | ||
"target": "dmg", | ||
"arch": [ | ||
"universal" | ||
] | ||
}, | ||
"publish": null | ||
}, | ||
"win": { | ||
"target": "nsis", | ||
"publish": null | ||
}, | ||
"linux": { | ||
"target": "deb", | ||
"publish": null | ||
} | ||
}, | ||
"standard-version": { | ||
"skip": { | ||
"bump": true, | ||
"commit": true, | ||
"tag": true | ||
} | ||
}, | ||
"contributors": [ | ||
"Daniel <daniel.stefan@equilobe.com>", | ||
"Stanley Pageot <stanley@rxdu.io>", | ||
"Michael Taylor <5665004+MichaelTaylor3D@users.noreply.github.com>", | ||
"Michael.Taylor <mtaylor@michaeltaylor3d.com>", | ||
"Daniel Stefan <82083960+danielstefanequilobe@users.noreply.github.com>", | ||
"SPageot <Stanley.Pageot@hotmail.com>", | ||
"Justin England <justin@jeng.land>" | ||
] | ||
} | ||
{ | ||
"name": "climate-warehouse", | ||
"version": "1.0.3", | ||
"private": true, | ||
"author": "Chia Network Inc. <hello@chia.net>", | ||
"homepage": "./", | ||
"main": "src/start.js", | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=15.0.1" | ||
}, | ||
"proxy": "http://localhost:31310", | ||
"dependencies": { | ||
"@emotion/react": "^11.5.0", | ||
"@emotion/styled": "^11.3.0", | ||
"@mui/lab": "*", | ||
"@mui/material": "^5.0.6", | ||
"dayjs": "^1.10.7", | ||
"lodash": "^4.17.21", | ||
"qrcode.react": "^2.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-indiana-drag-scroll": "^2.1.0", | ||
"react-intl": "^5.21.0", | ||
"react-notifications": "^1.7.3", | ||
"react-redux": "^7.2.6", | ||
"react-router-dom": "^6.3.0", | ||
"react-scripts": "4.0.3", | ||
"redux": "^4.1.2", | ||
"redux-thunk": "^2.4.0", | ||
"socket.io-client": "^4.4.1", | ||
"styled-components": "^5.3.3", | ||
"updeep": "^1.2.1", | ||
"web-vitals": "^1.0.1", | ||
"yup": "^0.32.11" | ||
}, | ||
"scripts": { | ||
"start": "nf start -p 3001", | ||
"build": "react-scripts build", | ||
"test": "mocha tests/**/*.spec.js --reporter spec --exit", | ||
"eject": "react-scripts eject", | ||
"electron": "electron .", | ||
"electron-start": "node src/start-react", | ||
"react-start": "react-scripts start", | ||
"pack": "build --dir", | ||
"dist": "npm run build && build", | ||
"requirements-check": "node check_node_version.js", | ||
"postinstall": "npm run requirements-check && install-app-deps", | ||
"release": "", | ||
"prepare": "husky install", | ||
"electron:package:mac": "npm run build && electron-builder -m -c.extraMetadata.main=build/electron.js", | ||
"electron:package:win": "npm run build && electron-builder -w -c.extraMetadata.main=build/electron.js", | ||
"electron:package:linux": "npm run build && electron-builder -l -c.extraMetadata.main=build/electron.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
"last 1 electron version", | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 electron version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/register": "^7.7.4", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-conventional": "^14.1.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"chai": "^4.3.4", | ||
"electron": "^15.3.0", | ||
"electron-builder": "^22.14.13", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"git-authors-cli": "^1.0.36", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^11.2.6", | ||
"mocha": "^9.1.3", | ||
"mock-local-storage": "^1.1.19", | ||
"prettier": "^2.4.1", | ||
"standard-version": "^9.3.2" | ||
}, | ||
"build": { | ||
"appId": "org.worldbank.climate-warehouse", | ||
"productName": "Climate Warehouse", | ||
"files": [ | ||
"build/**/*", | ||
"node_modules/**/*" | ||
], | ||
"directories": { | ||
"buildResources": "public" | ||
}, | ||
"mac": { | ||
"target": { | ||
"target": "dmg", | ||
"arch": [ | ||
"universal" | ||
] | ||
}, | ||
"publish": null | ||
}, | ||
"win": { | ||
"target": "nsis", | ||
"publish": null | ||
}, | ||
"linux": { | ||
"target": "deb", | ||
"publish": null | ||
} | ||
}, | ||
"standard-version": { | ||
"skip": { | ||
"bump": true, | ||
"commit": true, | ||
"tag": true | ||
} | ||
}, | ||
"contributors": [ | ||
"Daniel <daniel.stefan@equilobe.com>", | ||
"Stanley Pageot <stanley@rxdu.io>", | ||
"Michael Taylor <5665004+MichaelTaylor3D@users.noreply.github.com>", | ||
"Michael.Taylor <mtaylor@michaeltaylor3d.com>", | ||
"Daniel Stefan <82083960+danielstefanequilobe@users.noreply.github.com>", | ||
"SPageot <Stanley.Pageot@hotmail.com>", | ||
"Justin England <justin@jeng.land>" | ||
] | ||
} |