-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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-ax-rn-app",
"version": "1.0.0",
"description": "create aixue react-native-app project",
"license": "MIT",
"bin": {
"create-ax-rn-app": "./build/bin/index.js"
},
"scripts": {
"start": "taskr",
"build": "taskr build",
"debug": "node --inspect-brk=9229 ./build/bin/index.js init AwesomeProject",
"test": "node ./build/bin/index.js init AwesomeProject"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.0",
"cross-spawn": "^6.0.1",
"fs-extra": "^5.0.0",
"minimist": "^1.2.0",
"progress": "^2.0.0",
"prompt": "^1.0.0"
},
"devDependencies": {
"@taskr/babel": "^1.0.6",
"@taskr/clear": "^1.0.6",
"@taskr/esnext": "^1.0.0",
"@taskr/shell": "^1.0.6",
"@taskr/watch": "^1.0.6",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-env": "^1.6.1",
"taskr": "^1.0.6"
}
}