This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-31 20:18:58 +00:00
{
2020-02-18 16:25:03 +00:00
"name": "skynet-webportal",
"version": "1.0.0",
"homepage": "https://siasky.net",
"dependencies": {
"@testing-library/dom": "^6.12.2",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^10.0.0",
"classnames": "^2.2.6",
"jsonp": "^0.2.1",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-countup": "^4.3.3",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-mailchimp-form": "^1.0.2",
"react-mailchimp-subscribe": "^2.1.0",
"react-reveal": "^1.2.2",
"react-scripts": "^3.4.0",
"react-syntax-highlighter": "^12.2.1",
"react-visibility-sensor": "^5.1.1",
"shortid": "^2.2.15"
},
"devDependencies": {
"prettier": "^1.19.1"
},
2020-01-31 20:18:58 +00:00
"scripts": {
2020-02-18 16:25:03 +00:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
2020-01-31 20:18:58 +00:00
},
2020-02-18 16:25:03 +00:00
"eslintConfig": {
"extends": "react-app"
2020-01-31 20:18:58 +00:00
},
2020-02-18 16:25:03 +00:00
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2020-01-31 20:18:58 +00:00
}
}