Skip to content

Commit

Permalink
Merge pull request #1 from per13073/initialcommit
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
Siva Jakka authored and GitHub Enterprise committed Jul 24, 2024
2 parents 140855d + e0bb796 commit c17b19c
Show file tree
Hide file tree
Showing 43 changed files with 41,563 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
51 changes: 51 additions & 0 deletions _old_package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "acs-dc-community",
"version": "0.1.0",
"private": true,
"dependencies": {
"@adobe/react-spectrum": "^3.35.1",
"@spectrum-css/checkbox": "^9.1.1",
"@spectrum-css/fieldlabel": "^8.1.1",
"@spectrum-css/textfield": "^7.2.0",
"@spectrum-css/vars": "^9.0.8",
"@spectrum-web-components/card": "^0.43.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^3.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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": {
"@spectrum-css/button": "^13.1.1",
"@spectrum-css/icon": "^7.1.1",
"@spectrum-css/page": "^8.1.1",
"@spectrum-css/tokens": "^14.3.1",
"@spectrum-css/typography": "^6.1.1"
}
}
Loading

0 comments on commit c17b19c

Please sign in to comment.