-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 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
{
"name": "puerh.wtf",
"private": true,
"scripts": {
"dev": "cross-env TAILWIND_MODE=watch gridsome develop",
"dev:server": "",
"build": "gridsome build",
"lint": "vue-cli-service lint",
"explore": "gridsome explore"
},
"browserslist": [
"last 4 versions"
],
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"animejs": "^3.2.1",
"chart.js": "^3.3.0",
"gridsome": "^0.7.23",
"gridsome-plugin-netlify-cms": "^1.0.9",
"netlify-cms": "^2.10.178",
"netlify-cms-widget-youtube": "^0.3.1",
"uuid": "^8.3.2",
"vue-chartjs": "^3.5.1",
"vue-click-outside": "^1.1.0",
"vue-mobile-detection": "^1.0.0",
"vue-tippy": "v4",
"vue-window-size": "0.6.2",
"vue2-transitions": "^0.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.3.2",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.8",
"eslint": "^7.29.0",
"eslint-plugin-gridsome": "^1.6.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-tailwind": "^0.2.1",
"eslint-plugin-vue": "^7.12.1",
"gridsome-plugin-tailwindcss": "^4.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"sass": "^1.35.1",
"sass-loader": "^10.1.1",
"slugify": "^1.6.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "^2.2.7",
"tailwindcss-textshadow": "^2.1.3",
"vue": "^2.6.14",
"vue-eslint-parser": "^7.6.0",
"vue-lazyload": "^1.3.3",
"vuex": "^3.6.2"
}
}