-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
49 lines (49 loc) · 1.34 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
46
47
48
49
{
"name": "jasmine",
"private": true,
"version": "2.5.5",
"description": "jasmine theme",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
"prettier": "prettier ./**/*.php --write --plugin=@prettier/plugin-php"
},
"keywords": [
"jasmine",
"jasmine heme",
"typecho",
"typecho-theme"
],
"homepage": "https://github.com/liaocp666/jasmine",
"author": {
"name": "Kent Liao",
"email": "[email protected]",
"url": "https://github.com/liaocp666"
},
"license": "GPL-3.0",
"repository": {
"directory": "https://github.com/liaocp666/jasmine",
"type": "git"
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.4",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"sticky-sidebar": "^3.3.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-prismjs": "^0.0.8",
"prismjs": "^1.29.0"
}
}