-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "pattern-vitepress",
"version": "1.0.0",
"description": "",
"scripts": {
"docs:build": "node docs/collect-data.mjs && vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:dev": "vitepress dev docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketCommunicationsInc/astro-patterns-www.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RocketCommunicationsInc/astro-patterns-www/issues"
},
"homepage": "https://github.com/RocketCommunicationsInc/astro-patterns-www#readme",
"dependencies": {
"vitepress": "^1.0.0-rc.10"
},
"devDependencies": {
"@astrouxds/tokens": "^2.0.0-beta.2",
"@tailwindcss/postcss7-compat": "^2.0.4",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^9",
"gray-matter": "^4.0.3",
"postcss": "^7",
"remove-markdown": "^0.5.0",
"tailwindcss": "^3.3.3"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}