DEV;Update mobile view and add Jenkinsfile
This commit is contained in:
parent
01d9d0d4a3
commit
906691bf15
22 changed files with 305 additions and 212 deletions
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"name": "portfolio",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ci:lint": "eslint .",
|
||||
"ci:build": "npm run build",
|
||||
"ci:test": "echo 1",
|
||||
"ci:test-e2e": "echo 1",
|
||||
"ci:increase-version": "npm version --git-tag-version=false",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
|
@ -14,6 +19,7 @@
|
|||
"@treejs/constants": "0.17.0",
|
||||
"@treejs/styles": "0.17.0",
|
||||
"next": "12.2.0",
|
||||
"next-seo": "^5.4.0",
|
||||
"ramda": "^0.27.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue