add typings
This commit is contained in:
parent
9a7a66fcf8
commit
0dcfa809cf
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
|
@ -2,27 +2,10 @@
|
||||||
"name": "@intended/intended-ui",
|
"name": "@intended/intended-ui",
|
||||||
"description": "Storybook UI library for Intended Link",
|
"description": "Storybook UI library for Intended Link",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
"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": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "cross-env NODE_ENV=production tsc -b",
|
"build": "cross-env NODE_ENV=production tsc -b",
|
||||||
|
@ -68,7 +51,22 @@
|
||||||
"@storybook/preset-create-react-app": "^3.2.0",
|
"@storybook/preset-create-react-app": "^3.2.0",
|
||||||
"@storybook/react": "^6.3.8",
|
"@storybook/react": "^6.3.8",
|
||||||
"@types/styled-components": "^5.1.14",
|
"@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": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
// "moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
|
"noEmitOnError": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue