Add astro framework and update nodejs
This commit is contained in:
59
package.json
59
package.json
@@ -1,49 +1,22 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"author": "Anton Vakhrushev",
|
||||
"license": "",
|
||||
"version": "1.0.0",
|
||||
"description": "Homepage",
|
||||
"devDependencies": {
|
||||
"@anwinged/predictor": "^0.2.1",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^2.1.1",
|
||||
"glob": "^7.1.7",
|
||||
"mini-css-extract-plugin": "^0.6.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^1.19.1",
|
||||
"sass-loader": "^7.3.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"underscore": "^1.13.1",
|
||||
"vue": "^2.6.14",
|
||||
"vue-loader": "^15.9.7",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"description": "Anton Vakhrushev homepage",
|
||||
"scripts": {
|
||||
"watch": "",
|
||||
"build": "webpack --config webpack.config.js --progress",
|
||||
"build-prod": "webpack --config webpack.config.js --env.production",
|
||||
"format-webpack": "prettier --single-quote --trailing-comma es5 --write \"./webpack.config.js\"",
|
||||
"format-js": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.js\"",
|
||||
"format-vue": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.vue\"",
|
||||
"format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\"",
|
||||
"format-md": "prettier --print-width=80 --parser=markdown --write \"source/**/*.md\""
|
||||
"dev": "astro dev --host 0.0.0.0",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview --host 0.0.0.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"browserslist": [
|
||||
"last 5 version",
|
||||
"> 1%",
|
||||
"maintained node versions",
|
||||
"not dead"
|
||||
]
|
||||
"dependencies": {
|
||||
"astro": "^5",
|
||||
"@astrojs/vue": "^5",
|
||||
"@astrojs/sitemap": "^3",
|
||||
"@astrojs/rss": "^4",
|
||||
"@astrojs/mdx": "^4",
|
||||
"vue": "^3",
|
||||
"tailwindcss": "^4",
|
||||
"@tailwindcss/vite": "^4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user