forked from contributte/contributte-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 819 Bytes
/
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
{
"name": "contributte",
"version": "1.0.0",
"description": "Contributte Website & Docs",
"author": "Milan Felix Šulc <[email protected]>",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"dayjs": "^1.9.5",
"debug": "^4.2.0",
"dotenv": "^16.4.1",
"esm": "^3.2.25",
"glob": "^7.1.6",
"linkify-it": "^3.0.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.15",
"markdown-it-anchor": "^6.0.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-table-of-contents": "^0.4.4",
"node-emoji": "^1.10.0",
"semver": "^7.3.2",
"tailwindcss": "^2.0.1",
"twemoji": "^13.0.1",
"vue": "^2.6.12",
"vue-server-renderer": "^2.6.12",
"vuepress": "^1.7.1",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-smartlook": "^0.0.6"
}
}