forked from primefaces/primeng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "primeng",
"version": "1.0.1-SNAPSHOT",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"webpack": "webpack",
"webpack:w": "webpack -w",
"webpack-dev-server": "webpack-dev-server --inline",
"build-prod": "webpack --config config/webpack.prod.js",
"build-dev": "webpack --config config/webpack.dev.js",
"start": "npm run webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng.git"
},
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"@angular/upgrade": "~2.2.0",
"angular-in-memory-web-api": "~0.1.15",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^6.0.45",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"ts-loader": "^0.9.5",
"typescript": "^2.0.3",
"webpack": "^1.13.1",
"webpack-merge": "^0.14.0",
"webpack-dev-server": "^1.16.2"
}
}