-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@tidyiq/core-dev",
"version": "0.2.1",
"description": "Core development tools for all websites and web apps",
"keywords": [
"tidyiq"
],
"author": "Jake Clayton",
"license": "ISC",
"main": "index.js",
"homepage": "https://github.com/TidyIQ/core-dev#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/TidyIQ/core-dev.git"
},
"bugs": {
"url": "https://github.com/TidyIQ/core-dev/issues"
},
"dependencies": {
"@tidyiq/eslint-config": "^2.0.2",
"@types/material-ui": "^0.21.6",
"@types/node": "^12.0.12",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/styled-jsx": "^2.2.8",
"eslint": "^5.16.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
}