Compare commits

...

2 Commits

Author SHA1 Message Date
c3bc19d298
- version 1.2.0 & fix sass 2023-08-06 00:30:14 +02:00
da04a355ac
- update readme 2023-08-06 00:26:28 +02:00
3 changed files with 25 additions and 20 deletions

View File

@ -1,25 +1,32 @@
# kamilcraft.com # kamilcraft.com
Project of my website - portfolio
The project uses the [API](https://github.com/kamilniemczycki/kamilcraft-api) at https://api.kamilcraft.com The project concerns a private website at [https://kamilcraft.com](https://kamilcraft.com). The website contains information about me and my projects.
I used Vue.js in the project. Some of the content is static. The information about the projects is retrieved from the [API](https://github.com/kamilniemczycki/kamilcraft-api).
## Dependency installation ## Dependency installation
``` ```
npm install --legacy-peer-deps npm install --legacy-peer-deps
``` ```
### Development ### Development
``` ```
npm run serve npm run dev
``` ```
Application should be available under `127.0.0.1:8080` or `localhost:8080`. Application should be available under `127.0.0.1:5173` or `localhost:5173`.
### Compilation ### Compilation
``` ```
npm run build npm run build
``` ```
The executable files should be in the `dist` folder. The executable files should be in the `dist` folder.
### Code formatting ### Code formatting
``` ```
npm run lint npm run lint
``` ```

27
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "kamilcraft.com", "name": "kamilcraft.com",
"version": "1.1.0", "version": "1.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "kamilcraft.com", "name": "kamilcraft.com",
"version": "1.1.0", "version": "1.2.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.0",
@ -17,6 +17,7 @@
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"postcss": "^8.4.27", "postcss": "^8.4.27",
"sass": "^1.64.2",
"sass-loader": "^13.3.2", "sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"vite": "^4.4.7", "vite": "^4.4.7",
@ -680,9 +681,9 @@
"integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.4.5", "version": "20.4.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz",
"integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==", "integrity": "sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==",
"peer": true "peer": true
}, },
"node_modules/@vitejs/plugin-vue": { "node_modules/@vitejs/plugin-vue": {
@ -1887,11 +1888,9 @@
} }
}, },
"node_modules/immutable": { "node_modules/immutable": {
"version": "4.3.1", "version": "4.3.2",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.1.tgz", "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz",
"integrity": "sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==", "integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA=="
"optional": true,
"peer": true
}, },
"node_modules/import-fresh": { "node_modules/import-fresh": {
"version": "3.3.0", "version": "3.3.0",
@ -2751,11 +2750,9 @@
"peer": true "peer": true
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.64.1", "version": "1.64.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.64.2.tgz",
"integrity": "sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==", "integrity": "sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==",
"optional": true,
"peer": true,
"dependencies": { "dependencies": {
"chokidar": ">=3.0.0 <4.0.0", "chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0", "immutable": "^4.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "kamilcraft.com", "name": "kamilcraft.com",
"version": "1.1.0", "version": "1.2.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -19,6 +19,7 @@
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"postcss": "^8.4.27", "postcss": "^8.4.27",
"sass": "^1.64.2",
"sass-loader": "^13.3.2", "sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"vite": "^4.4.7", "vite": "^4.4.7",