-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "watchnature-nuxt",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "Sean Washington <hello@seanwash.com>",
"private": true,
"scripts": {
"dev": "PORT=8080 node server.js",
"build": "nuxt build",
"start": "node server.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/axios": "^3.1.2",
"@nuxtjs/cssnano": "^1.0.1",
"@nuxtjs/icon": "^1.0.1",
"@nuxtjs/pwa": "^0.2.0",
"babel-eslint": "^7.2.3",
"body-parser": "^1.17.2",
"connect-redis": "^3.3.0",
"cors": "^2.8.4",
"date-fns": "^1.28.5",
"dotenv": "^4.0.0",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.15.4",
"express-session": "^1.15.5",
"express-sslify": "^1.2.0",
"fuse.js": "^3.0.5",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"morgan": "^1.8.2",
"nuxt": "1.0.0-rc6",
"prettier-eslint": "^6.4.2",
"redis": "^2.8.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"tachyons": "^4.7.4",
"vue-lazyload": "^1.0.6",
"vue-mugen-scroll": "^0.2.5",
"vue2-google-maps": "^0.7.10",
"vuex-router-sync": "^4.2.0"
}
}