This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
forked from hkoscon/2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.28 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hkoscon-2018",
"version": "1.0.0",
"description": "Website of HKOSCon 2018",
"repository": "git+https://github.com/hkoscon/2018.git",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue .",
"build": "node build/build",
"dev": "webpack-dashboard -- node build/dev-server",
"setup": "webpack --config build/webpack.dev.conf.js && rm -f public/*.js public/*.map",
"sw": "sw-precache --root public"
},
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"gravatar": "^1.6.0",
"jquery": "^3.3.1",
"js-yaml": "^3.10.0",
"modernizr": "^3.5.0",
"sweetalert": "^2.1.0",
"vue": "^2.5.16",
"vue-loader": "^14.2.1",
"vuex": "^3.0.1",
"webpack-dashboard": "^1.0.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"chokidar": "^2.0.0",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.7",
"dotenv": "^5.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.10",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob": "^7.1.2",
"html-minifier": "^3.5.6",
"morgan": "^1.9.0",
"node-sass": "^4.5.3",
"nunjucks": "^3.0.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^6.0.6",
"serve-static": "^1.13.1",
"shelljs": "^0.8.1",
"style-loader": "^0.20.0",
"sw-precache": "^5.2.1",
"url-loader": "^0.6.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^2.0.6",
"webpack-hot-middleware": "^2.19.1",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": "8.x",
"yarn": "1.x"
}
}