-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "annotations-app-vue",
"version": "1.0.0",
"description": "My unreal Nuxt.js project",
"author": "Radames Ajna",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && rm -rf _site/* && cp -R dist/ _site/",
"get-commments": "node -r esm ./scripts/get-comments.js"
},
"dependencies": {
"nuxt": "^2.0.0",
"string.prototype.matchall": "^3.0.1",
"v-runtime-template": "^1.10.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.2",
"bluebird": "^3.5.5",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.3",
"esm": "^3.2.25",
"gootenberg": "^1.1.0",
"marked": "^0.7.0",
"node-sass": "^4.12.0",
"nodemon": "^1.18.9",
"prettier": "^1.18.2",
"remove-markdown": "^0.3.0",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^7.1.0",
"scroll-into-view-if-needed": "^2.2.20"
}
}