-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 850 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
{
"name": "classy-components",
"version": "1.1.1",
"description": "Creates React components with specified CSS classes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/casieber/classy-components.git"
},
"author": "Colby Sieber",
"license": "MIT",
"bugs": {
"url": "https://github.com/casieber/classy-components/issues"
},
"homepage": "https://github.com/casieber/classy-components#readme",
"devDependencies": {
"@types/react": "^16.9.10",
"@types/react-dom": "^16.9.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"typescript": "^3.6.4"
},
"peerDependencies": {
"react": ">=0.14.0"
}
}