2018-04-01 08:49:48 -03:00
|
|
|
{
|
2018-12-03 18:53:39 -02:00
|
|
|
"name": "@devhub/web",
|
2020-12-08 14:34:15 -03:00
|
|
|
"version": "0.102.0",
|
2018-12-03 19:09:44 -02:00
|
|
|
"private": false,
|
2018-12-22 23:51:21 -02:00
|
|
|
"homepage": "./",
|
2018-04-01 08:49:48 -03:00
|
|
|
"scripts": {
|
2018-12-28 22:03:22 -02:00
|
|
|
"build": "yarn compile && react-app-rewired build && shx rm -rf dist && mv build dist",
|
|
|
|
|
"clean": "shx rm -rf dist/*",
|
2020-08-18 15:23:50 -03:00
|
|
|
"compile": "tsc -b",
|
2019-09-10 01:44:25 -03:00
|
|
|
"deploy": "yarn build && cd ../../ && now --local-config ./now.app.json --prod && cd -",
|
|
|
|
|
"deploy:beta": "yarn build && cd ../../ && now --local-config ./now.beta.json --prod && cd -",
|
2018-10-19 14:21:58 -03:00
|
|
|
"eject": "react-app-rewired eject",
|
2020-12-08 09:02:09 -03:00
|
|
|
"format": "prettier --write '{.,src}/**/*.{js,jsx,ts,tsx,json}'",
|
2020-11-09 00:04:03 -03:00
|
|
|
"lint": "eslint src --no-error-on-unmatched-pattern",
|
2018-11-05 19:40:57 -02:00
|
|
|
"prepare": "cd .. && yarn patch-package",
|
2018-12-03 18:56:31 -02:00
|
|
|
"serve": "serve dist",
|
2018-10-19 14:21:58 -03:00
|
|
|
"start": "react-app-rewired start",
|
|
|
|
|
"test": "react-app-rewired test"
|
2018-04-01 08:49:48 -03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-12-08 14:34:15 -03:00
|
|
|
"@devhub/components": "0.102.0",
|
2019-10-23 17:37:00 -03:00
|
|
|
"localforage": "1.7.3",
|
2020-12-06 00:12:43 -03:00
|
|
|
"react": "17.0.1",
|
2020-12-06 00:50:28 -03:00
|
|
|
"react-app-polyfill": "2.0.0",
|
2020-12-06 00:12:43 -03:00
|
|
|
"react-art": "17.0.1",
|
|
|
|
|
"react-dom": "17.0.1",
|
2020-12-06 00:13:53 -03:00
|
|
|
"react-native-web": "0.14.9",
|
2020-12-06 00:50:28 -03:00
|
|
|
"react-scripts": "4.0.1",
|
2019-09-21 06:00:25 -03:00
|
|
|
"react-stripe-elements": "5.0.1",
|
2019-03-20 20:22:34 -03:00
|
|
|
"resize-observer-polyfill": "1.5.1",
|
2019-10-06 00:45:17 -03:00
|
|
|
"smoothscroll-polyfill": "0.4.4"
|
2018-04-01 08:49:48 -03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-12-06 01:24:29 -03:00
|
|
|
"@types/jest": "26.0.16",
|
2020-05-27 22:14:14 -03:00
|
|
|
"@types/node": "14.0.5",
|
2020-12-06 00:12:43 -03:00
|
|
|
"@types/react": "17.0.0",
|
2020-12-06 01:33:37 -03:00
|
|
|
"@types/react-dom": "17.0.0",
|
2019-11-26 18:00:48 -03:00
|
|
|
"@types/react-stripe-elements": "1.3.5",
|
2019-10-06 00:45:17 -03:00
|
|
|
"@types/stripe-v3": "3.1.9",
|
2020-12-06 00:13:53 -03:00
|
|
|
"babel-plugin-react-native-web": "0.14.9",
|
2020-12-06 01:03:46 -03:00
|
|
|
"now": "21.0.1",
|
2019-03-20 20:22:34 -03:00
|
|
|
"postinstall-prepare": "1.0.1",
|
2021-06-23 16:56:53 -03:00
|
|
|
"prettier": "2.3.1",
|
2020-12-06 00:50:28 -03:00
|
|
|
"react-app-rewired": "2.1.7",
|
2019-10-06 00:45:17 -03:00
|
|
|
"serve": "11.2.0",
|
2020-12-06 01:32:18 -03:00
|
|
|
"shx": "0.3.3",
|
2021-06-23 16:21:37 -03:00
|
|
|
"typescript": "4.3.4",
|
2019-10-06 00:45:17 -03:00
|
|
|
"webpack-bundle-analyzer": "3.5.2"
|
2018-10-19 14:21:58 -03:00
|
|
|
},
|
2020-11-09 00:04:03 -03:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"eslint": "*"
|
|
|
|
|
},
|
2019-07-04 22:50:37 -03:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
2018-10-19 14:21:58 -03:00
|
|
|
"browserslist": [
|
2019-07-04 22:50:37 -03:00
|
|
|
"last 1 electron version",
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
2018-10-19 14:21:58 -03:00
|
|
|
]
|
2020-12-08 09:02:09 -03:00
|
|
|
}
|