-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 851 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": "Bactoria",
"version": "1.0.0",
"description": "Bactoria's 개인블로그 입니다.",
"author": "bactoria",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/proxy": "^1.2.4",
"ajv": "^6.4.0",
"axios": "^0.18.0",
"es6-promise": "^4.2.4",
"eventsource-polyfill": "^0.9.6",
"markdown": "^0.5.0",
"markdown-it": "^8.4.1",
"npm": "^6.1.0",
"nuxt": "^1.0.0",
"tui-editor": "^1.2.6",
"vue-markdown": "^2.2.4",
"vuejs-paginate": "^2.0.1",
"vuetify": "^0.17.3"
},
"devDependencies": {
"cross-env": "^5.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}