-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.6 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.6 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
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
82
83
84
85
{
"name": "devtest",
"version": "0.0.0",
"description": "NPM packages",
"main": "index.js",
"author": "Agicia",
"private": true,
"dependencies": {
"@angular/router": "0.2.0",
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/html": "^5.0.11",
"@types/angular": "^1.6.54",
"@types/angular-formly": "^7.2.34",
"@types/angular-resource": "^1.5.15",
"@types/angular-sanitize": "^1.3.7",
"@types/angular-translate": "^2.16.0",
"@types/angular-ui-notification": "0.0.4",
"@types/google-libphonenumber": "^7.4.17",
"@types/googlemaps": "^3.37.4",
"@types/html2canvas": "0.0.35",
"@types/jquery": "^3.3.29",
"@types/node": "^12.0.0",
"@types/paper": "^0.12.3",
"@types/three": "^0.103.2",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"acorn": "^6.1.1",
"angular": "1.7.8",
"angular-base64": "2.0.5",
"angular-formly": "8.4.0",
"angular-i18n": "1.7.8",
"angular-locale": "0.3.1",
"angular-minicolors": "0.0.11",
"angular-moment": "0.10.3",
"angular-resource": "1.7.8",
"angular-sanitize": "1.7.8",
"angular-translate": "2.18.1",
"angular-ui-mask": "1.8.7",
"angular-ui-notification": "0.3.6",
"angularjs-color-picker": "2.7.1",
"api-check": "^7.5.5",
"babel-loader": "^8.0.5",
"bootstrap": "4.4.1",
"checklist-model": "^0.10.0",
"cropperjs": "^1.5.1",
"css-loader": "^2.1.1",
"eslint": "^7.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"font-awesome": "^4.7.0",
"fork-ts-checker-webpack-plugin": "^4.0.5",
"google-libphonenumber": "^3.2.2",
"highcharts": "5.0.6",
"html2canvas": "1.0.0-alpha.12",
"http-proxy-middleware": "^0.19.1",
"jquery": "1.12.4",
"jquery-minicolors": "^2.1.10",
"less": "~3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"moment": "2.24.0",
"mouse-wheel-zoom": "^1.1.5",
"ng-infinite-scroll": "1.3.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"paper": "0.12.3",
"popper.js": "1.16",
"rxjs": "^6.5.3",
"sass-loader": "^7.1.0",
"signature_pad": "3.0.0-beta.3",
"style-loader": "^0.23.1",
"textcomplete": "^0.17.1",
"three": "0.93.0",
"ts-loader": "7.0.5",
"typescript": "3.9",
"ui-bootstrap4": "^3.0.6",
"ui-select": "^0.19.8",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-livereload-plugin": "2.3.0"
}
}