-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 3.32 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "molior",
"repository": {
"type": "git",
"url": "TODO"
},
"keywords": [
"molior"
],
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js --browsers ChromeHeadless,Chrome",
"test-production": "node_modules/karma/bin/karma start karma.conf.js --browsers ChromeHeadless --single-run",
"lint": "node_modules/.bin/tslint ./static/app/**/*.ts",
"dev": "webpack --config webpack/webpack.dev.config.js --watch",
"dev-server": "sudo node_modules/.bin/webpack --config webpack/webpack.dev.config.js --watch --output-path /usr/share/molior-web/",
"build": "NODE_ENV=production webpack --devtool false --config webpack/webpack.prod.config.js"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.20",
"@uirouter/sticky-states": "^1.5.0",
"angular": "^1.7.9",
"angular-animate": "^1.7.9",
"angular-aria": "^1.7.9",
"angular-chart.js": "^1.1.1",
"angular-material": "^1.1.20",
"angular-material-data-table": "^0.10.10",
"angular-material-icons": "^0.7.1",
"angular-messages": "^1.7.9",
"angular-sanitize": "^1.7.9",
"angular-ui-codemirror": "^0.3.0",
"ansi_up": "^2.0.2",
"chart.js": "^2.6.0",
"codemirror": "^4.8.0",
"countup.js": "^1.8.5",
"jquery": "^3.2.1",
"lodash": "^4.17.13",
"material-steppers": "^2.0.0",
"moment": "^2.18.1",
"moment-duration-format": "^2.2.2",
"ng-showdown": "^1.1.0",
"ngclipboard": "^1.1.1",
"ngsticky": "^1.7.12",
"rx": "^4.1.0",
"rx-angular": "^1.1.3",
"showdown": "^1.8.6",
"toastr": "^2.1.2"
},
"devDependencies": {
"@types/angular": "^1.6.16",
"@types/angular-material": "^1.1.61",
"@types/angular-mocks": "^1.5.10",
"@types/codemirror": "0.0.69",
"@types/jasmine": "^2.5.53",
"@types/jquery": "^2.0.42",
"@types/lodash": "^4.14.63",
"@types/mocha": "^2.2.41",
"@types/moment": "^2.13.0",
"@types/toastr": "^2.1.33",
"@types/webpack": "^3.0.1",
"acorn": "^5.0.3",
"angular-mocks": "1.5.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^3.4.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"image-webpack-loader": "^3.3.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.3.8",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"mocha": "^4.1.0",
"nan": "^2.11.1",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"ts-loader": "^3.3.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6",
"url-loader": "^0.5.9",
"webpack": "^3.6.0",
"webpack-merge": "^4.1.0"
}
}