-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 897 Bytes
/
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
{
"name": "fork-cms-vite-boilerplate",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,scss,md,json}'",
"prettier-check": "prettier --list-different '**/*.{js,jsx,ts,tsx,css,scss,md,json}'",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix Core/Js/*"
},
"devDependencies": {
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/typography": "0.5.0",
"autoprefixer": "10.4.0",
"postcss": "8.4.5",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"prettier": "2.5.1",
"prettier-plugin-twig-melody": "0.4.6",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-critical": "1.0.8",
"tailwindcss": "3.0.7",
"typescript": "4.5.4",
"vite": "2.7.7",
"vite-plugin-checker": "0.3.4",
"vite-plugin-restart": "0.0.2"
},
"dependencies": {
"qs": "6.10.2"
}
}