-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
81 lines (81 loc) · 2.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "isem",
"description": "Interactive visualization and analysis tool for structural equation modeling (SEM).",
"version": "1.0.0",
"author": "Yosuke Onoue <[email protected]>, armorik83",
"angular-cli": {},
"bugs": {
"url": "https://github.com/likr/isem/issues"
},
"contributors": [
{
"name": "Okuno Kentaro",
"url": "https://github.com/armorik83"
},
{
"name": "ash1day",
"url": "https://github.com/ash1day"
}
],
"dependencies": {
"@angular/common": "^4.2.6",
"@angular/compiler": "^4.2.6",
"@angular/core": "^4.2.6",
"@angular/forms": "^4.2.6",
"@angular/http": "^4.2.6",
"@angular/platform-browser": "^4.2.6",
"@angular/platform-browser-dynamic": "^4.2.6",
"@angular/router": "^4.2.6",
"@ngx-translate/core": "^7.0.0",
"@ngx-translate/http-loader": "^0.1.0",
"@webcomponents/custom-elements": "^1.0.0",
"core-js": "^2.4.1",
"lovefield": "^2.1.11",
"papaparse": "^4.1.2",
"rxjs": "^5.0.3",
"ts-helpers": "^1.1.1",
"uuid": "^2.0.3",
"walts": "^0.11.1",
"whatwg-fetch": "^2.0.3",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/cli": "^1.2.0",
"@angular/compiler-cli": "^4.2.6",
"@angular/service-worker": "^1.0.0-beta.16",
"@types/jasmine": "2.5.38",
"@types/lovefield": "^2.0.32",
"@types/node": "^6.0.42",
"@types/papaparse": "^4.1.28",
"codelyzer": "~2.0.0-beta.1",
"gulp": "^3.9.1",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"netlify-cli": "^1.2.2",
"protractor": "~4.0.13",
"ts-node": "1.2.1",
"tslint": "^4.0.2",
"typescript": "^2.4.1",
"webpack": "^2.6.1"
},
"homepage": "https://likr.github.io/isem",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/likr/isem.git"
},
"scripts": {
"e2e": "protractor",
"lint": "tslint \"src/**/*.ts\"",
"ng": "ng",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"start": "ng serve --aot --port 8080 --proxy-config proxy.conf.json",
"deploy": "ng build -prod && netlify deploy",
"test": "ng test"
}
}