-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "cjk-decomp-vis",
"version": "1.0.0",
"description": "Visualization of CJK Decomposition Data using D3.js",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:prod": "NODE_ENV=production webpack",
"start": "webpack-dev-server --inline --hot"
},
"license": "MIT",
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.25"
},
"devDependencies": {
"babel-polyfill": "^6.16.0",
"exports-loader": "^0.6.3",
"html-webpack-plugin": "^2.22.0",
"raw-loader": "^0.5.1",
"ts-loader": "^0.9.4",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "^2.0.3",
"typings": "^1.4.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}