generated from curtisbelt/nuxtjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.78 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": "nuxtjs-template",
"version": "0.0.4",
"description": "",
"author": "Curtis Belt <[email protected]>",
"private": true,
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "NODE_ENV=production nuxt build",
"start": "NODE_ENV=production nuxt start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"format": "eslint --ext .js,.vue --ignore-path .gitignore --fix .",
"release": "standard-version",
"build-fragment": "node schemaQuery.js && prettier fragmentTypes.json --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/pro-duotone-svg-icons": "^5.14.0",
"@fortawesome/pro-light-svg-icons": "^5.14.0",
"@fortawesome/pro-regular-svg-icons": "^5.14.0",
"@fortawesome/pro-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@nuxtjs/apollo": "^4.0.1-rc.3",
"@popperjs/core": "^2.4.4",
"graphql-tag": "^2.11.0",
"lodash": "^4.17.20",
"nuxt": "^2.14.5",
"qs": "^6.9.4",
"v-click-outside": "^3.1.2"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.0.2",
"@tailwindcss/ui": "^0.6.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.3.0",
"nuxt-svg-loader": "^1.2.0",
"prettier": "^2.1.2",
"standard-version": "^9.0.0"
}
}