-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.56 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
{
"name": "fms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulpwatch": "gulp watch",
"gulpstyles": "gulp styles",
"gulpscripts": "gulp scripts",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.7",
"gulp": "latest",
"gulp-cli": "latest",
"gulp-concat": "latest",
"gulp-connect": "latest",
"gulp-postcss": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"moment-range": "^4.0.2",
"node-windows": "^1.0.0-beta.5",
"postcss-color-function": "^4.0.1",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.1",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@types/jquery": "^3.3.31",
"@types/kendo-ui": "^2019.3.1",
"ajv": "^6.8.1",
"entities": "^2.0.0",
"gulp-flow-remove-types": "^1.0.0",
"gulp-rename": "^2.0.0",
"http-proxy": "^1.18.0",
"jquery": "^3.4.1",
"koa": "^2.13.0",
"koa-router": "^10.0.0",
"launch-browser": "^1.0.0",
"locutus": "^2.0.11",
"moment": "^2.24.0",
"moment-workdays": "^1.1.1",
"node-rsa": "^1.0.5",
"normalize.css": "^8.0.1",
"penthouse": "^2.3.2",
"popper": "^1.0.1",
"puppeteer": "^5.5.0",
"slick-carousel": "^1.8.1",
"smoothscroll": "^0.4.0"
}
}