forked from icon-community/icon.community
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 892 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
{
"name": "icon.community",
"version": "1.0.0",
"description": "The icon.community website is the main hub to direct members of the ICON ecosystem to available resources. This site includes blogs, links to other media, and general information about the ICON community!",
"main": "postcss.config.js",
"dependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.1.6",
"@tailwindcss/forms": "^0.5.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icon-community/icon.community.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/icon-community/icon.community/issues"
},
"homepage": "https://github.com/icon-community/icon.community#readme"
}