-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "emptytext",
"version": "1.0.6",
"description": "",
"main": "empty-text.umd.js",
"jsnext:main": "empty-text.esm.js",
"module": "empty-text.esm.js",
"types": "empty-text.d.ts",
"scripts": {
"copy": "node tools/copy-package.js && node tools/cleanup.js",
"bundle": "rimraf dist && rollup -c rollup.config.umd.js && rollup -c rollup.config.esm.js && tsc && ngc",
"postbundle": "node tools/removecode.js",
"build": "npm run bundle && npm run copy"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/compiler": "^4.0.3",
"@angular/core": "^4.1.0",
"@angular/platform-browser": "^4.1.0",
"rxjs": "^5.3.0",
"zone.js": "^0.8.9"
},
"devDependencies": {
"@angular/compiler": "^4.1.0",
"@angular/compiler-cli": "^4.1.0",
"@types/node": "^7.0.14",
"del": "^2.2.2",
"node-sass": "^4.5.3",
"rollup-plugin-angular": "^0.4.4",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.3.2"
}
}