mirror of
https://github.com/thomiceli/opengist
synced 2024-11-08 12:55:50 +01:00
572e834999
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "opengist",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node_modules/.bin/vite -c public/vite.config.js",
|
|
"build": "node_modules/.bin/vite -c public/vite.config.js build",
|
|
"preview": "node_modules/.bin/vite -c public/vite.config.js preview"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/commands": "^6.2.2",
|
|
"@codemirror/lang-javascript": "^6.1.4",
|
|
"@codemirror/language": "^6.6.0",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/text": "^0.19.6",
|
|
"@codemirror/view": "^6.9.3",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"autoprefixer": "^10.4.14",
|
|
"codemirror": "^6.0.1",
|
|
"cssnano": "^5.1.15",
|
|
"dayjs": "^1.11.9",
|
|
"github-markdown-css": "^5.5.0",
|
|
"nodemon": "^2.0.22",
|
|
"postcss": "^8.4.32",
|
|
"postcss-cli": "^11.0.0",
|
|
"postcss-cssnext": "^3.1.1",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-loader": "^7.1.0",
|
|
"postcss-selector-namespace": "^3.0.1",
|
|
"sass": "^1.62.1",
|
|
"sugarss": "^4.0.1",
|
|
"tailwindcss": "^3.2.7",
|
|
"vite": "^4.5.3"
|
|
}
|
|
}
|