-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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
{
"name": "ATUM",
"version": "1.8.8",
"author": "Be Rebel - https://berebel.io",
"homepage": "https://www.stockmanagementlabs.com",
"private": true,
"repository": {
"type": "git"
},
"license": "Copyrighted",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint:scripts": "eslint assets/js/src assets/js/build",
"lint:scripts:fix": "eslint --fix assets/js/src assets/js/build"
},
"engines": {
"node": "14"
},
"devDependencies": {
"@types/es6-shim": "^0.31.41",
"@types/jquery": "^2.0.46",
"autoprefixer": "^10.2.5",
"eslint": "^7.26.0",
"eslint-webpack-plugin": "^2.5.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-composer": "^0.4.5",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-wrap": "^0.15.0",
"sweetalert2": "^10.16.7",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"webpack": "^4.46.0",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.1",
"chart.js": "^2.9.3",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"jquery-nice-select": "^1.1.0",
"lightgallery.js": "^1.2.0",
"moment": "^2.27.0",
"owl.carousel": "^2.3.4"
}
}