-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "meijin_dot_me",
"version": "1.0.0",
"description": "It's about the Meijin",
"author": "Texmeijin <i8858garden@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "run-s build:*",
"build:posts": "ts-node --project tsconfig.builder.json ./src/builder/posts.ts",
"build:nuxt": "npm run generate",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"node-sass": "^4.14.0",
"nuxt": "2.14.11",
"pug": "^3.0.1",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.11",
"@nuxt/typescript-build": "^2.0.3",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-vue": "^7.2.0",
"fs-extra": "^9.0.1",
"npm-run-all": "^4.1.5",
"prettier-eslint": "^11.0.0",
"rss-parser": "^3.10.0",
"ts-node": "^9.1.1",
"typescript": "4.0.3",
"vue-pug-to-html": "^1.3.0"
}
}