-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "bc-spa-sample",
"version": "1.0.0",
"description": "spa sample plugin for baserCMS",
"author": "NPO baser foundation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/baserproject/ucmitz.git"
},
"bugs": {
"url": "https://github.com/baserproject/ucmitz/issues"
},
"homepage": "https://github.com/baserproject/ucmitz#readme",
"scripts": {
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.16.7",
"babel-loader": "^8.0.4",
"follow-redirects": ">=1.14.8",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"axios": "^0.21.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.7",
"vue-localstorage": "^0.6.2",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.14"
}
}