51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "sia-skynet",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://siasky.net",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.1.1",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^10.0.0",
|
|
"classnames": "^2.2.6",
|
|
"gh-pages": "^2.2.0",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|