remove old styles and begin phase out old elements
This commit is contained in:
+11
-5
@@ -3,7 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.4.0",
|
||||
"@craco/craco": "^6.1.1",
|
||||
"@reduxjs/toolkit": "^1.5.1",
|
||||
"@tailwindcss/forms": "^0.3.2",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.5.0",
|
||||
"@testing-library/user-event": "^7.2.1",
|
||||
@@ -20,9 +22,9 @@
|
||||
"styled-components": "^5.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"start": "craco start",
|
||||
"build": "craco build",
|
||||
"test": "craco test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
@@ -41,6 +43,10 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-styled-components": "^1.11.1"
|
||||
"@tailwindcss/postcss7-compat": "^2.0.4",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"babel-plugin-styled-components": "^1.11.1",
|
||||
"postcss": "^7.0.35",
|
||||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user