-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 886 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
31
32
33
34
{
"name": "supercons",
"version": "0.0.1",
"description": "A friendly React iconset",
"source": "src/index.ts",
"main": "dist/index.js",
"keywords": [
"icon",
"react"
],
"author": "Lachlan Campbell (https://lachlanjc.com) <[email protected]>",
"scripts": {
"dev": "yarn run prepare && yarn link && cd docs && yarn link supercons && next",
"prepare": "microbundle --jsx React.createElement"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"microbundle": "^0.13.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lachlanjc/supercons.git"
},
"bugs": {
"url": "https://github.com/lachlanjc/supercons/issues"
},
"homepage": "https://supercons.vercel.app"
}