-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade lots of packages, change folder name and csproj
- Loading branch information
1 parent
6c67a68
commit e0abec1
Showing
78 changed files
with
108 additions
and
19,085 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"name": "anlab", | ||
"version": "0.1.0", | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"testoriginal": "karma start", | ||
"citest": "npx cross-env CI=true react-scripts test --coverage --coverageDirectory=./ --reporters default --reporters jest-trx-results-processor", | ||
"eject": "react-scripts eject", | ||
"testwatch": "jest --watchAll", | ||
"coverage": "jest --coverage --coverageReporters=cobertura", | ||
"lint": "node node_modules/eslint/bin/eslint.js ClientApp --ext .tsx,.ts,.js,.jsx" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "^3.3.6", | ||
"jquery": "^3.3.1", | ||
"moment": "^2.20.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-error-overlay": "6.0.9", | ||
"react-bootstrap": "^0.31.5", | ||
"react-datepicker": "1.4.1", | ||
"react-hot-loader": "^3.1.3", | ||
"react-number-format": "^2.0.4", | ||
"react-router-dom": "5.2.0", | ||
"react-scripts": "4.0.3", | ||
"react-svg-loader": "^1.1.1", | ||
"react-toolbox": "2.0.0-beta.12" | ||
}, | ||
"devDependencies": { | ||
"@types/history": "4.6.0", | ||
"@types/jasmine": "^2.8.2", | ||
"@types/jasmine-enzyme": "^3.6.2", | ||
"@types/react": "^16.4.1", | ||
"@types/react-dom": "^16.0.6", | ||
"@types/react-router": "5.1.8", | ||
"@types/react-router-dom": "5.1.5", | ||
"enzyme": "^3", | ||
"enzyme-adapter-react-15": "^1.0.1", | ||
"jasmine-core": "^2.6.1", | ||
"jasmine-enzyme": "^4.0.1", | ||
"jsdom": "^10.1.0", | ||
"karma": "^1.7.0", | ||
"karma-appveyor-reporter": "^0.3.0", | ||
"karma-jasmine": "^1.1.1", | ||
"karma-jsdom-launcher": "^6.1.1", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.6", | ||
"react-addons-test-utils": "^15.6.2", | ||
"react-test-renderer": "^15.6.2", | ||
"showdown": "^1.8.4", | ||
"sass": "^1.49.9", | ||
"typescript": "^4.6.2" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"lib": ["dom", "dom.iterable", "esnext"], | ||
"allowJs": true, | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"strict": false, | ||
"forceConsistentCasingInFileNames": true, | ||
"noFallthroughCasesInSwitch": true, | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"noEmit": true, | ||
"jsx": "react-jsx" | ||
}, | ||
"include": ["src"] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.