-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 3.08 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "EASWebsite",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:es": "npx eslint --ext .js,.vue --ignore-path .gitignore --ignore-pattern static/ --ignore-pattern public/ --ignore-pattern templates/ --ignore-pattern router.scrollBehavior.js",
"fix:es": "npx eslint --fix --ext .js,.vue --ignore-path .gitignore --ignore-pattern static/ --ignore-pattern public/ --ignore-pattern templates/ --ignore-pattern router.scrollBehavior.js",
"lint:css": "npx stylelint \"**/*.{vue,css}\" -f compact --ignore-path .gitignore",
"fix:css": "npx stylelint --fix \"**/*.{vue,css}\" -f compact --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"tailwind-config-viewer": "tailwind-config-viewer -o",
"export-tailwind-config-viewer": "tailwind-config-viewer export static/tailwind-viewer"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@glidejs/glide": "^3.4.1",
"@nuxt/content": "^1.14.0",
"@nuxt/types": "^2.14.12",
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/google-fonts": "1.2.0",
"@tailwindcss/aspect-ratio": "0.2.0",
"@tailwindcss/typography": "^0.2.0",
"@vuex-orm/core": "^0.36.3",
"core-js": "^3.8.3",
"nuxt": "^2.14.12",
"nuxt-purgecss": "^1.0.0",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"tailwind-css-variables": "^2.0.3",
"tailwindcss": "^1.9.6",
"tailwindcss-dark-mode": "^1.1.6",
"theme-colors": "^0.0.5",
"vue-breakpoint-component": "^1.2.6",
"vue-click-outside": "^1.1.0",
"vue-horizontal": "^0.8.10",
"vue-scrollactive": "^0.9.3",
"vue-scrollto": "^2.20.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/typography": "0.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"fibers": "^5.0.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"stylelint": "^13.9.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.19.0",
"tailwind-config-viewer": "^1.5.1",
"tailwind-css-variables": "^2.0.3",
"tailwindcss-dark-mode": "^1.1.6",
"theme-colors": "^0.0.5",
"vue": "^2.6.12",
"vue-intersect": "^1.1.6"
},
"browserslist": "cover 99.5%"
}