mirror of
https://github.com/cupcakearmy/use-light-switch.git
synced 2025-01-02 21:06:25 +00:00
v0.0.2
This commit is contained in:
commit
4f7354c78e
25
package.json
Executable file
25
package.json
Executable file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "use-light-switch",
|
||||
"version": "0.0.2",
|
||||
"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",
|
||||
"react": "^16.8",
|
||||
"react-dom": "^16.8",
|
||||
"typescript": "^3.7"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user