You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
737 B
29 lines
737 B
{ |
|
"name": "@pear-rec/timer", |
|
"private": true, |
|
"version": "1.1.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "tsc && vite build && tsc --project tsconfig.build.json", |
|
"watch": "tsc && vite build -w", |
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0" |
|
}, |
|
"devDependencies": { |
|
"@types/react": "^18.2.20", |
|
"@types/react-dom": "^18.2.7", |
|
"@vitejs/plugin-react-swc": "^3.0.0", |
|
"typescript": "^5.2.2", |
|
"vite": "^4.3.9" |
|
}, |
|
"main": "src/Timer/index.tsx", |
|
"keywords": [], |
|
"author": "", |
|
"license": "Apache-2.0", |
|
"description": "" |
|
} |