forked from queryluke/masseffect-5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
{
"name": "masseffect-5e",
"version": "0.9.0",
"description": "Mass Effect + D&D 5e",
"author": "Luke Aeschleman <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.0.2",
"cross-env": "^5.2.0",
"date-format-lite": "^17.7.0",
"nuxt": "^2.3.4",
"vue2-filters": "^0.3.0",
"vuetify": "^1.3.9",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"body-parser": "^1.18.3",
"eslint": "^5.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"front-matter": "^2.3.0",
"frontmatter-markdown-loader": "^1.5.0",
"fs": "0.0.1-security",
"lodash": "^4.17.11",
"markdown-it-meta": "0.0.1",
"node-sass": "^4.10.0",
"nodemon": "^1.18.6",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^6.0.7",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}