File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "license" : " GPL-3.0-or-later" ,
66 "author" : " Dimitrios S. Sfyris" ,
77 "description" : " AspectReact Store — a clean, modern React e-shop UI built with React Router and Tailwind." ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/dmsfiris/aspectreact-store.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/dmsfiris/aspectreact-store/issues"
14+ },
15+ "homepage" : " https://github.com/dmsfiris/aspectreact-store#readme" ,
16+ "engines" : {
17+ "node" : " >=18"
18+ },
819 "scripts" : {
920 "start" : " react-scripts start" ,
1021 "build" : " react-scripts build" ,
1122 "test" : " react-scripts test" ,
23+ "test:ci" : " react-scripts test --watchAll=false" ,
1224 "eject" : " react-scripts eject" ,
1325 "lint" : " eslint ." ,
26+ "lint:fix" : " npm run lint -- --fix" ,
1427 "headers:check" : " node tools/copyright-headers.mjs --owner \" Dimitrios S. Sfyris\" --default-start 2025 --check" ,
1528 "headers:apply" : " node tools/copyright-headers.mjs --owner \" Dimitrios S. Sfyris\" --default-start 2025" ,
16- "prepare" : " husky install" ,
17- "test:ci" : " react-scripts test --watchAll=false"
29+ "prepare" : " husky install"
1830 },
1931 "dependencies" : {
2032 "@auth0/auth0-react" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1+ # Copyright (C) 2025 Dimitrios S. Sfyris
2+ # SPDX-License-Identifier: GPL-3.0-or-later
3+ User-agent: *
4+ Allow: /
5+ Sitemap: https://yourdomain.com/sitemap.xml
You can’t perform that action at this time.
0 commit comments