Compare commits
No commits in common. "c731e44f174f4f2d871b369a6d7d33966120c26a" and "c791f7b33c26144054e7730ff8daf6922239773c" have entirely different histories.
c731e44f17
...
c791f7b33c
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -2,7 +2,7 @@
|
|||
"name": "@intended/intended-ui",
|
||||
"description": "Storybook UI library for Intended Link",
|
||||
"license": "MIT",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.8",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
||||
|
@ -45,12 +45,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"polished": "^4.1.3",
|
||||
"styled-components": "^5.3.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-svg": "^14.0.13",
|
||||
"web-vitals": "^1.0.1"
|
||||
"styled-components": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.16.0",
|
||||
|
@ -69,7 +64,12 @@
|
|||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.21",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"typescript": "^4.2.0"
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-svg": "^14.0.13",
|
||||
"typescript": "^4.2.0",
|
||||
"web-vitals": "^1.0.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"noEmit": false,
|
||||
"noEmitOnError": true,
|
||||
"jsx": "react-jsx",
|
||||
"sourceMap": true,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue