2021-06-12 14:10:52 +07:00
|
|
|
{
|
|
|
|
"name": "cubetiq-react-app",
|
|
|
|
"version": "0.1.0",
|
2021-06-12 14:51:22 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Sambo Chea",
|
|
|
|
"email": "sombochea@cubetiqs.com",
|
|
|
|
"url": "https://github.com/SomboChea"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://git.cubetiqs.com/CUBETIQ/cubetiq-react-app.git"
|
|
|
|
},
|
2021-06-12 14:10:52 +07:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-06-12 14:14:12 +07:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-06-12 14:10:52 +07:00
|
|
|
"web-vitals": "^1.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-06-12 14:51:22 +07:00
|
|
|
"start": "craco start",
|
|
|
|
"build": "craco build",
|
|
|
|
"test": "craco test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"format": "prettier --write ."
|
2021-06-12 14:10:52 +07:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2021-06-12 14:51:22 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@craco/craco": "^6.1.2",
|
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
|
|
|
"@types/jest": "^26.0.15",
|
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
|
|
|
"craco-less": "^1.17.1",
|
|
|
|
"prettier": "^2.3.1",
|
|
|
|
"react-scripts": "4.0.3",
|
|
|
|
"typescript": "^4.1.2"
|
2021-06-12 14:10:52 +07:00
|
|
|
}
|
|
|
|
}
|