53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "alapatch",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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",
|
|
"binary-parser-encoder": "^1.5.3",
|
|
"bitset": "^5.1.1",
|
|
"rc-slider": "^9.6.3",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-dropzone": "^11.2.4",
|
|
"react-redux": "^7.2.2",
|
|
"react-scripts": "4.0.0",
|
|
"react-select": "^3.1.0",
|
|
"react-tabs": "^3.1.1",
|
|
"styled-components": "^5.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco 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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|