-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-redux-typescript-scripts",
"version": "1.6.2",
"description": "Shared dev-tools configuration files based on \"react-redux-typescript-guide\"",
"main": "index.js",
"scripts": {
"doctoc": "doctoc .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piotrwitek/react-redux-typescript-scripts.git"
},
"keywords": [
"react-redux-typescript-guide",
"configuration",
"scripts",
"tslint",
"tsconfig"
],
"author": "Piotr Witek <[email protected]> (http://piotrwitek.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/piotrwitek/react-redux-typescript-scripts/issues"
},
"homepage": "https://github.com/piotrwitek/react-redux-typescript-scripts#readme",
"dependencies": {},
"peerDependencies": {
"typescript": "^3.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "1.7.0",
"eslint-config-prettier": "4.2.0",
"doctoc": "1.4.0",
"eslint": "5.16.0",
"prettier": "1.17.0",
"tslint": "5.16.0",
"tslint-react": "4.0.0",
"typescript": "3.4.5"
}
}