-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "2019",
"version": "1.0.0",
"description": "HKOSCon 2019",
"author": "Tony Yip",
"private": true,
"license": "AGPL-3.0+",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue ."
},
"dependencies": {
"@nuxtjs/sitemap": "^0.2.0",
"axios": "^0.18.1",
"bulma": "^0.7.2",
"debug": "^4.1.1",
"include-media": "^1.4.9",
"nuxt": "^2.6.3",
"striptags": "^3.1.1"
},
"devDependencies": {
"@404busters/nuxt-generate-workbox": "^1.0.0",
"@nuxtjs/manifest": "^2.6.0",
"babel-eslint": "^10.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^3.0.0",
"hash-sum": "^1.0.2",
"lodash.defaultsdeep": "^4.6.0",
"lodash.flatmap": "^4.5.0",
"lodash.pick": "^4.4.0",
"sass": "^1.19.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"vue-eslint-parser": "^6.0.4",
"vue-loader": "^15.7.0",
"webpack": "^4.30.0",
"workbox-build": "^4.3.1"
}
}