-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
55
56
{
"name": "codesandbox",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"mockdb": "json-server --watch data/db.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"axios": "^0.19.0",
"bootstrap": "4.3.1",
"chart.js": "^2.8.0",
"element-ui": "^2.12.0",
"github-markdown-css": "^3.0.1",
"hooper": "0.3.4",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
"random-normal": "^1.0.0",
"reset-css": "^5.0.1",
"tooltip.js": "^1.3.3",
"vue": "^2.5.22",
"vue-chartjs": "^3.4.2",
"vue-markdown": "^2.2.4",
"vue-router": "3.1.3",
"vue-upload-multiple-image-korean": "^1.1.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "3.6.0",
"@vue/cli-service": "3.6.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
"json-server": "^0.15.1",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}