-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 988 Bytes
/
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
{
"name": "atom-typescript-react-redux-snippets",
"version": "1.0.0",
"description": "Typescript React Redux snippets (follow ES6 standard)",
"author": "Chong Guo <[email protected]>",
"scripts": {
"test": "tslint -t codeFrame \"**/*.tsx\" \"**/*.d.ts\" -e \"node_modules/**\""
},
"repository": {
"type": "git",
"url": "https://github.com/Armour/atom-typescript-react-redux-snippets.git"
},
"keywords": [
"typescript",
"react",
"redux",
"snippets",
"es6"
],
"engines": {
"atom": ">1.0.0"
},
"bugs": {
"url": "https://github.com/Armour/atom-typescript-react-redux-snippets/issues"
},
"homepage": "https://github.com/Armour/atom-typescript-react-redux-snippets",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.6",
"redux": "^4.0.0",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.1"
}
}