-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ignite-typescript-boilerplate",
"description": "TypeScript boilerplate for React Native.",
"license": "MIT",
"repository": "aerian-studios/ignite-typescript-boilerplate",
"homepage": "https://github.com/aerian-studios/ignite-typescript-boilerplate",
"version": "0.1.5",
"files": [
"boilerplate",
"commands",
"lib",
"templates",
"boilerplate.js",
"ignite.json",
"options.js",
"readme.md",
"plugin.js"
],
"author": {
"name": "Aerian Studios",
"email": "[email protected]",
"url": "https://github.com/aerian-studios/ignite-typescript-boilerplate"
},
"scripts": {
"lint": "tslint",
"test": "jest",
"watch": "jest --runInBand --watch",
"coverage": "jest --runInBand --coverage",
"shipit": "np"
},
"devDependencies": {
"@types/jest": "^21.1.5",
"@types/ramda": "^0.24.18",
"@types/react": "^16.0.18",
"@types/react-native": "^0.49.2",
"@types/react-navigation": "^1.0.21",
"@types/react-redux": "^5.0.10",
"@types/redux": "^3.6.0",
"@types/seamless-immutable": "^7.1.1",
"@types/webpack-env": "^1.13.2",
"fs-jetpack": "^1.0.0",
"jest": "^20.0.4",
"np": "^2.15.0",
"react": "16.0.0-beta.5",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"reduxsauce": "^0.7.0",
"seamless-immutable": "^7.1.2",
"sinon": "^2.3.1",
"tempy": "^0.1.0",
"tslint": "^5.8.0",
"tslint-react": "^3.2.0",
"typesafe-actions": "^1.1.2",
"typescript": "^2.6.1"
},
"dependencies": {
"ramda": "^0.23.0"
}
}