mirror of
https://github.com/cupcakearmy/use-light-switch.git
synced 2024-12-21 15:36:26 +00:00
28 lines
537 B
JSON
Executable File
28 lines
537 B
JSON
Executable File
{
|
|
"name": "use-light-switch",
|
|
"version": "1.0.1",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepublishOnly": "rm -rf ./dist && tsc",
|
|
"build": "tsc",
|
|
"watch": "tsc -w"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions",
|
|
"last 2 Safari versions"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8",
|
|
"parcel-bundler": "^1.12.4",
|
|
"react": "^16.8",
|
|
"react-dom": "^16.8",
|
|
"stylus": "^0.54.7",
|
|
"typescript": "^3.7"
|
|
}
|
|
}
|