-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "webnowplaying",
"private": true,
"scripts": {
"start": "vite --host",
"build": "rimraf ./dist && vite build && npx webpack && ncp ./public ./dist/all && ncp ./dist/all ./dist/chrome && move-cli ./dist/all ./dist/firefox && rimraf ./dist/chrome/manifest_firefox.json && rimraf ./dist/firefox/manifest_chrome.json && move-cli ./dist/chrome/manifest_chrome.json ./dist/chrome/manifest.json && move-cli ./dist/firefox/manifest_firefox.json ./dist/firefox/manifest.json"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.8.3",
"clsx": "^2.0.0",
"solid-icons": "^1.0.12",
"solid-js": "^1.7.12",
"solid-use": "^0.7.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/chrome": "^0.0.246",
"@types/firefox-webext-browser": "^111.0.2",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
"cpy-cli": "^5.0.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"move-cli": "^2.0.0",
"ncp": "^2.0.0",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite-plugin-solid": "^2.7.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}