-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
45 lines (45 loc) · 1.41 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
42
43
44
45
{
"version": "2.1.0",
"name": "jplayer-premium-pixels",
"description": "Premium Pixels jPlayer Skin",
"author": "Luke McDonald (https://lukemcdonald.com/)",
"homepage": "https://github.com/lukemcdonald/jplayer-premium-pixels/",
"keywords": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lukemcdonald/jplayer-premium-pixels.git"
},
"bugs": {
"url": "https://github.com/lukemcdonald/jplayer-premium-pixels/issues"
},
"scripts": {
"build": "npm run build:css && vite build",
"build:css": "postcss styles/styles.css -o src/assets/css/styles.css",
"deploy": "gh-pages -d src",
"dev": "concurrently \"npm run dev:css\" \"vite\"",
"dev:css": "postcss styles/styles.css -o src/assets/css/styles.css --watch",
"format": "prettier --write \"./**/*.{js,jsx,html,md}\"",
"predeploy": "npm run build",
"preview": "vite preview",
"start": "npm run dev"
},
"dependencies": {
"gh-pages": "^6.1.1",
"postcss-import": "^16.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5"
}
}