-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1014 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
38
39
40
{
"name": "create-ionic-react-app",
"version": "1.2.0",
"description": "React, ionic, typescript.",
"main": "index.js",
"scripts": {
"default": "node bin/main.js develop",
"redux": "node bin/main.js develop --redux"
},
"author": "Bart in t Veld",
"license": "ISC",
"keywords": [
"create",
"ionic",
"react",
"app"
],
"preferGlobal": true,
"bin": {
"create-ionic-react-app": "./bin/main.js"
},
"dependencies": {
"fs-extra": "^7.0.1",
"yargs": "^13.2.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"bugs": {
"url": "https://github.com/BartInTheField/create-ionic-react-app/issues"
},
"homepage": "https://github.com/BartInTheField/create-ionic-react-app#readme",
"repository": {
"type": "git",
"url": "git://github.com/BartInTheField/create-ionic-react-app.git"
}
}