add typings

This commit is contained in:
Silas 2021-11-26 10:45:49 -05:00
parent 9a7a66fcf8
commit 0dcfa809cf
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
4 changed files with 16080 additions and 28680 deletions

28767
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,27 +2,10 @@
"name": "@intended/intended-ui",
"description": "Storybook UI library for Intended Link",
"license": "MIT",
"version": "0.1.4",
"version": "0.1.5",
"private": false,
"main": "dist/index.js",
"repository": "https://git.silentsilas.com/Intended/attendant.git",
"dependencies": {
"@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.21",
"@types/react-dom": "^17.0.0",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-svg": "^14.0.13",
"styled-components": "^5.3.1",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env NODE_ENV=production tsc -b",
@ -68,7 +51,22 @@
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.8",
"@types/styled-components": "^5.1.14",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"@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.21",
"@types/react-dom": "^17.0.0",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-svg": "^14.0.13",
"styled-components": "^5.3.1",
"typescript": "^4.5.2",
"web-vitals": "^1.0.1"
},
"files": [
"dist",

View File

@ -14,10 +14,10 @@
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
// "moduleResolution": "node",
"resolveJsonModule": true,
"moduleResolution": "node",
"isolatedModules": true,
"noEmit": false,
"noEmitOnError": true,
"jsx": "react-jsx",
"outDir": "dist"
},

15953
yarn.lock

File diff suppressed because it is too large Load Diff