You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
m3u8-downloader-TypeScript/package.json

49 lines
1.4 KiB
JSON

{
"name": "vite-project-1",
"version": "0.0.0",
"main": "dist/main/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"electron": "cross-env NODE_ENV=development node esbuild.config.js && electron dist/index.js",
"start": "concurrently -n=vite,electron -c=green,blue \"npm run dev\" \"npm run electron\"",
"build": "tsc && vite script",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.14.0",
"electron-log": "^4.3.2",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^7.0.2",
"electron-util": "^0.14.2",
"glob": "^7.1.6",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"semver": "^7.3.4",
"spawn-args": "^0.2.0"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/node": "^14.14.35",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/semver": "^7.3.4",
"@vitejs/plugin-react-refresh": "^1.3.1",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"electron": "11.2.1",
"esbuild": "^0.9.5",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "1.7.0",
"prettier": "2.2.1",
"sass": "^1.32.8",
"typescript": "^4.1.2",
"vite": "^2.1.0"
}
}