Convert to typescript
This commit is contained in:
32
package.json
32
package.json
@@ -3,26 +3,40 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@monaco-editor/react": "^4.3.1",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^13.3.0",
|
||||
"@testing-library/user-event": "^14.2.0",
|
||||
"content-type-parser": "^1.0.2",
|
||||
"@monaco-editor/react": "4.4.6",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"history": "^5.0.0",
|
||||
"local-storage": "^2.0.0",
|
||||
"pako": "^2.0.3",
|
||||
"react": "^18.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-device-detect": "^2.1.2",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"styled-components": "^5.2.1"
|
||||
"styled-components": "^5.2.1",
|
||||
"typescript": "^4.8.4",
|
||||
"whatwg-mimetype": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^13.3.0",
|
||||
"@testing-library/user-event": "^14.2.0",
|
||||
"@types/jest": "^29.2.2",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/pako": "^2.0.0",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@types/whatwg-mimetype": "^3.0.0",
|
||||
"monaco-editor": "^0.34.1",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-organize-imports": "^3.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"format": "prettier --write '**/*.ts' '**/*.tsx' '**/*.css'"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user