-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.27 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
{
"name": "proj-taqnia-app",
"version": "0.0.1",
"main": "dist/module",
"scripts": {
"build": "webpack --progress --config build/webpack.prod.js",
"dev": "webpack --progress --config build/webpack.dev.js",
"watch": "webpack --progress --watch --color --config build/webpack.dev.js",
"clean": "grunt clean"
},
"keywords": [],
"author": "Gunwoo Cho",
"license": "MIT",
"repository": "https://github.com/thingspin/proj-taqnia-app",
"devDependencies": {
"@types/angular": "^1.6.51",
"@types/d3": "^5.0.0",
"@types/grafana": "git+https://git@github.com/CorpGlory/types-grafana.git",
"@types/gsap": "^1.19.2",
"@types/node": "^10.12.12",
"@types/snapsvg": "^0.5.0",
"@types/socket.io-client": "^1.4.32",
"angular": "~1.7.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "~0.28.11",
"file-loader": "^3.0.1",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^2.0.0",
"grunt-webpack": "^3.1.2",
"html-loader": "^0.5.5",
"imports-loader": "^0.8.0",
"less-loader": "^4.1.0",
"load-grunt-tasks": "^4.0.0",
"loader-utils": "^1.1.0",
"node-sass": "^4.11.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"style-loader": "~0.21.0",
"ts-loader": "^4.2.0",
"typescript": "^2.8.4",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@angular/animations": "^7.1.1",
"@angular/cdk": "^7.1.1",
"@angular/common": "~7.0.3",
"@angular/compiler": "~7.0.3",
"@angular/core": "~7.0.3",
"@angular/forms": "~7.0.3",
"@angular/http": "~7.0.3",
"@angular/platform-browser": "~7.0.3",
"@angular/platform-browser-dynamic": "~7.0.3",
"@angular/platform-server": "~7.0.3",
"@angular/upgrade": "~6.1.0",
"angular-split": "^1.0.4",
"bootstrap": "^4.1.3",
"bufferutil": "^4.0.0",
"gsap": "^2.0.2",
"ngx-simple-modal": "^1.3.13",
"ngx-treeview": "^6.0.2",
"rxjs": "^6.3.3",
"snapsvg": "^0.5.1",
"socket.io": "^2.2.0",
"socket.io-json-parser": "^2.1.0",
"utf-8-validate": "^5.0.1",
"zone.js": "^0.8.26"
}
}