You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
51 lines
1.3 KiB
{ |
|
"name": "task2", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@craco/craco": "^6.4.2", |
|
"@fortawesome/fontawesome-svg-core": "^1.2.36", |
|
"@fortawesome/free-brands-svg-icons": "^5.15.4", |
|
"@fortawesome/free-regular-svg-icons": "^5.15.4", |
|
"@fortawesome/free-solid-svg-icons": "^5.15.4", |
|
"@fortawesome/react-fontawesome": "^0.1.16", |
|
"@testing-library/jest-dom": "^5.11.4", |
|
"@testing-library/react": "^11.1.0", |
|
"@testing-library/user-event": "^12.1.10", |
|
"node-sass": "^5.0.0", |
|
"react": "^17.0.2", |
|
"react-dom": "^17.0.2", |
|
"react-scripts": "4.0.3", |
|
"web-vitals": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"start": "craco start", |
|
"build": "craco build", |
|
"test": "craco test", |
|
"eject": "react-scripts eject" |
|
}, |
|
"eslintConfig": { |
|
"extends": [ |
|
"react-app", |
|
"react-app/jest" |
|
] |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
}, |
|
"devDependencies": { |
|
"autoprefixer": "^9.8.8", |
|
"postcss": "^7.0.39", |
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", |
|
"tailwindcss-rtl": "^0.8.0" |
|
} |
|
}
|
|
|