-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.76 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
{
"name": "my-nuxt",
"version": "3.6.0",
"description": "Hi, 我是一名前端攻城狮,热爱技术。想法,随笔,思考,感叹,瞬间,笔记.. Nuxtjs, ApolloClient/Graphql,TailwindCss,Css,Js,Css/Css3,Canvas, Vue、React。Node,ApolloServer, Docker,Nginx",
"author": "liaoliao",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.js build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .eslintignore .",
"typeschema": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@vue/apollo-composable": "4.0.0-alpha.10",
"@vue/composition-api": "1.2.4",
"apollo-upload-client": "^14.1.3",
"cross-fetch": "^3.1.5",
"element-ui": "^2.15.1",
"github-markdown-css": "^4.0.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.1",
"hammerjs": "^2.0.8",
"marked": "^2.0.0",
"nuxt": "^2.15.2"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@graphql-codegen/cli": "^1.20.0",
"@graphql-codegen/typescript": "^1.20.0",
"@graphql-codegen/typescript-operations": "^1.17.12",
"@graphql-codegen/typescript-vue-apollo": "^2.3.1",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.0.6",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@types/marked": "^1.2.1",
"autoprefixer": "9",
"core-js": "^3.9.0",
"eslint": "^7.18.0",
"postcss": "7",
"sass": "^1.49.7",
"sass-loader": "^10.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}