-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.74 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
{
"name": "admin",
"version": "2.0.0",
"description": "Web starter package suitable for admin applications.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/.bin/webpack --mode development --progress",
"watch": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"prod": "cross-env NODE_ENV=production node_modules/.bin/webpack --mode=production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotkernel/admin.git"
},
"keywords": [],
"author": {
"name": "Dotkernel Team",
"email": "team@dotkernel.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/dotkernel/admin/issues"
},
"homepage": "https://github.com/dotkernel/admin#readme",
"dependencies": {
"@popperjs/core": "^2.11.8",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"jquery": "^4.0.0",
"jquery-migrate": "^4.0.2",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"jquery-sparkline": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/runtime": "^7.24.7",
"ajv": "^8.18.0",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^14.0.0",
"cross-env": "^7.0.3",
"css-loader": "5.2.7",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.1",
"sass-loader": "^14.2.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}