-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "bc-admin-third",
"version": "1.0.0",
"description": "baserCMS Admin Theme",
"author": "NPO baser foundation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/baserproject/basercms.git"
},
"bugs": {
"url": "https://github.com/baserproject/basercms/issues"
},
"homepage": "https://github.com/baserproject/basercms#readme",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@fortawesome/fontawesome-free": "^7.1.0",
"babel-loader": "^8.4.1",
"css-loader": "^6.11.0",
"glob-parent": "^5.1.2",
"gulp": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"postcss": ">=8.4.31",
"postcss-import": "^14.1.0",
"process": "^0.11.10",
"sass": "^1.93.2",
"sass-embedded": "^1.93.2",
"style-loader": "^1.3.0",
"vue-loader": "^17.4.0",
"webpack": "^5.104.1",
"webpack-cli": "^4.10.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.13.5",
"bootstrap": "^5.3.8",
"glob": "^11.1.0",
"jquery-colorbox": "^1.6.4",
"js-cookie": "^3.0.1",
"popper.js": "^1.16.1",
"vue": "^3.5.22"
}
}