-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
30 lines (30 loc) · 967 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
30
{
"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": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.2",
"icon-sdk-js": "^1.3.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.1.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2"
},
"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"
}