-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 998 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
37
38
39
40
41
42
{
"name": "Yomiko",
"description": "Who is beloved by Paper(Kami)",
"author": "Seongjun Kim <[email protected]>",
"license": "MIT",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "[email protected]:isairz/yomiko.git"
},
"homepage": "https://github.com/isairz/yomiko",
"keywords": [
"ImageViewer",
"MangaViewer"
],
"bugs": {
"url": "https://github.com/isairz/yomiko/issues"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"axios": "^0.16.2",
"bulma": "^0.4.3",
"font-awesome": "^4.7.0",
"nuxt": "^1.0.0-alpha.4",
"nuxt-class-component": "^1.0.1",
"sass-loader": "^6.0.6",
"vue-class-component": "^5.0.1",
"vue-property-decorator": "^5.1.0",
"vuex-class": "^0.2.0"
},
"devDependencies": {
"@types/node": "^7.0.31",
"node-sass": "^4.5.3",
"ts-loader": "^2.1.0",
"typescript": "^2.3.4"
}
}