-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "ionic-stepper",
"version": "1.1.0",
"description": "steppers components for Ionic / ionic2",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd dev && ionic serve",
"clean": "rm -rf ./src ./dist",
"lint": "tslint ./src/**/*.ts",
"copy-src": "cpx './dev/src/ionic-stepper/**/*' './src'",
"copy-scss": "cpx './src/**/*.scss' './dist'",
"build:ts": "tsc && ngc",
"prebuild": "npm run clean && npm run copy-src && npm run lint",
"build": "npm run build:ts",
"postbuild": "npm run copy-scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HsuanXyz/ionic-stepper.git"
},
"dependencies": {},
"devDependencies": {
"tslint": "^5.4.3",
"tslint-ionic-rules": "^0.0.13",
"typescript": "~2.4.2",
"@angular/animations": "^4.4.6",
"@angular/common": "4.4.6",
"@angular/compiler": "4.4.6",
"@angular/compiler-cli": "4.4.6",
"@angular/core": "4.4.6",
"@angular/forms": "4.4.6",
"@angular/platform-browser": "4.4.6",
"@angular/platform-browser-dynamic": "4.4.6",
"cpx": "^1.5.0",
"ionic-angular": "^3.9.2",
"ionicons": "~3.0.0",
"rxjs": "5.5.2",
"zone.js": "0.8.18"
},
"keywords": [
"ionic",
"ionic2",
"ionic3",
"component",
"steppers",
"step"
],
"author": "HsuanLee",
"license": "MIT",
"bugs": {
"url": "https://github.com/HsuanXyz/ionic-stepper/issues"
},
"homepage": "https://github.com/HsuanXyz/ionic-stepper#readme"
}