forked from ionic-team/starters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 972 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
{
"private": true,
"scripts": {
"src:lint": "tslint --project tsconfig.json",
"src:build": "tsc",
"src:watch": "tsc -w",
"starters:build": "node ./bin/ionic-starters build",
"starters:deploy": "node ./bin/ionic-starters deploy",
"build": "npm run src:build && npm run starters:build",
"precommit": "npm run src:lint"
},
"main": "./dist/index.js",
"dependencies": {
"aws-sdk": "^2.145.0",
"chalk": "^2.3.0",
"cross-spawn": "^5.1.0",
"lodash": "^4.17.4",
"ncp": "^2.0.0",
"rimraf": "^2.6.2",
"tar": "^4.4.1"
},
"devDependencies": {
"@ionic/cli-framework": "1.0.0-rc.2",
"@types/dargs": "^5.1.0",
"@types/lodash": "^4.14.81",
"@types/minimist": "^1.2.0",
"@types/ncp": "^2.0.1",
"@types/node": "^8.0.47",
"@types/rimraf": "^2.0.2",
"@types/tar": "^4.0.0",
"husky": "^0.14.3",
"tslint": "^5.9.1",
"tslint-ionic-rules": "0.0.14",
"typescript": "^2.8.1"
}
}