-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (58 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
{
"name": "prometheus",
"description": "Starter project for Simple",
"version": "2.0",
"dependencies": {
"@alpinejs/collapse": "^3.11.1",
"@alpinejs/focus": "^3.11.1",
"@alpinejs/intersect": "^3.11.1",
"alpinejs": "^3.11.1",
"alpinejs-breakpoints": "^2.1.1",
"lazysizes": "^5.3.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tailwindcss": "^3.8.0",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"prettier-plugin-twig-melody": "^0.4.6",
"tailwindcss": "^3.2.4",
"vite": "^4.0.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-restart": "^0.3.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix",
"build": "NODE_ENV=production vite build",
"dev": "NODE_ENV=dev vite"
},
"engines": {
"node": ">=14.16.0",
"npm": ">=6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"not ie 10",
"not op_mini all",
"not op_mob 12.1",
"not baidu 7.12",
"not ie_mob 10",
"not ie_mob 11",
"not and_uc 11.8"
]
}