-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"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"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"css-loader": "^6.7.3",
"glob-parent": ">=5.1.2",
"gulp": "^4.0.2",
"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.49.11",
"style-loader": "^1.3.0",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"axios": "^1.6.0",
"bootstrap": "^4.6.0",
"jquery-colorbox": "^1.6.4",
"js-cookie": "^3.0.1",
"popper.js": "^1.16.1",
"vue": "^2.7.14",
"vue-loader": "^15.11.1",
"vuelidate": "^0.7.7"
}
}