33 lines
1021 B
JSON
Executable File
33 lines
1021 B
JSON
Executable File
{
|
|
"name": "@nice/iconer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "./dist/index.umd.js",
|
|
"module": "./dist/index.es.js",
|
|
"types": "./types/src/index.d.ts",
|
|
"scripts": {
|
|
"dev": "pnpm build && concurrently \"chokidar ./src -c 'pnpm build' -i '**/generated/**'\"",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/react": "18.2.38",
|
|
"@types/react-dom": "18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.4",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"concurrently": "^8.0.1",
|
|
"chokidar-cli": "^3.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
} |