Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lee-Norman committed Mar 30, 2020
1 parent 3c9ae5d commit eee311f
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "flypanels",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glitz/core": "^2.1.3",
"@glitz/react": "^3.1.3",
"@glitz/transformers": "^2.0.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/styled-components": "^5.0.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "3.4.0",
"styled-components": "^5.0.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "tsc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5"
}
"name": "offcanvas-panels",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glitz/core": "^2.1.3",
"@glitz/react": "^3.1.3",
"@glitz/transformers": "^2.0.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/styled-components": "^5.0.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "3.4.0",
"styled-components": "^5.0.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "tsc"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5"
}
}

0 comments on commit eee311f

Please sign in to comment.