This repository has been archived by the owner on Jun 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.17 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
{
"name": "Vue-Fanfou-Daily",
"version": "2.0.2",
"description": "A project made while learning Vue.js",
"main": "app.js",
"scripts": {
"start": "node app.js",
"serve": "nodemon app.js",
"build:dev": "NODE_ENV=development webpack --config build/webpack.dev.config.js --progress --hide-modules --watch",
"build:prod": "NODE_ENV=production webpack --config build/webpack.prod.config.js --progress --hide-modules"
},
"keywords": [
"fanfou",
"饭否"
],
"private": true,
"author": "Lien <[email protected]> (https://moxo.io)",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"connect-history-api-fallback": "^1.3.0",
"cron": "^1.3.0",
"express": "^4.15.3",
"hoek": "5.0.3",
"leancloud-storage": "^3.4.2",
"leanengine": "^3.0.2",
"mongoose": "^4.12.1",
"node-cron": "^1.1.3",
"vue": "^2.5.16",
"vue-router": "^2.7.0",
"vuex": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.5.1",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-vue": "^4.0.0-beta.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.1.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.5.0",
"nodemon": "^1.11.0",
"sass-loader": "^6.0.7",
"sass-resources-loader": "^1.3.1",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.3.3",
"webpack": "^4.4.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"last 2 versions",
"safari >= 7",
"not ie <= 8"
],
"repository": "[email protected]:movii/Vue-Fanfou-Daily.git"
}