-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 742 Bytes
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
{
"name": "boowind-css",
"version": "0.0.1",
"description": "A set of Bootstrap Components built with TailwindCSS to kickstart your next Tailwind Project",
"main": "index.js",
"authors": {
"name": "Nawazish Ali",
"email": "nawazishaliejaz@gmail.com"
},
"repository": "https://github.com/nawazishali/BoowindCSS.git",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"prettier": "2.8.3",
"vuepress": "^1.5.3"
},
"dependencies": {
"autoprefixer": "^9.8.6",
"highlight.js": "^11.7.0",
"tailwindcss": "^1.9.6",
"vuepress-plugin-code-copy": "^1.0.6"
},
"volta": {
"node": "12.22.12",
"yarn": "1.19.2"
}
}