feat: start basis of new web ui system on CRA

This commit is contained in:
41666 2021-03-12 16:14:59 -05:00
parent 40f577d01d
commit 38ee680a33
43 changed files with 465 additions and 174 deletions

View file

@ -3,12 +3,13 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "cross-env BUILD_PATH=../../dist react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
"build": "cross-env BUILD_PATH=../../dist craco build",
"start": "cross-env PORT=6601 craco start",
"test": "craco test"
},
"dependencies": {
"@reach/router": "^1.3.4",
"@roleypoly/design-system": "*",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
@ -18,13 +19,17 @@
"@types/react-dom": "^17.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3",
"web-vitals": "^1.1.0"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@types/react-helmet": "^6.1.0",
"babel-loader": "8.1.0",
"cross-env": "7.0.3",
"ts-loader": "^8.0.18",
"webpack": "4.44.2"
},
"browserslist": {