This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.52 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": "web-doky",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.7.0",
"@webdoky/yari-ports": "2.16.1",
"autoprefixer": "^9",
"cyrillic-to-translit-js": "^3.1.0",
"extend": "^3.0.2",
"gridsome": "^0.7.0",
"gridsome-plugin-gtag": "^0.1.10",
"is-absolute-url": "^3.0.3",
"mdast-util-to-hast": "^10.2.0",
"postcss": "^7",
"rehype-autolink-headings": "^5.1.0",
"rehype-parse": "^7.0.1",
"rehype-raw": "5.1.0",
"rehype-stringify": "^8.0.0",
"remark-rehype": "^8.1.0",
"space-separated-tokens": "^1.1.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue-copy-to-clipboard": "^1.0.3"
},
"devDependencies": {
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/remark-prismjs": "^0.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.5.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-gridsome": "^1.6.2",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^7.15.1",
"fuse.js": "^3.6.1",
"gridsome-plugin-bundle-analyzer": "^1.0.0",
"gridsome-plugin-tailwindcss": "3.0.1",
"gridsome-plugin-typescript": "^0.4.0",
"node-sass": "^4.13.1",
"prettier": "^2.3.2",
"prism-themes": "^1.8.0",
"sass-loader": "^8.0.2",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"vue-eslint-parser": "^7.10.0"
}
}