Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Mozaik v2 #9

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
68e8cff
feat(mozaik-2): init mozaik 2 migration
Aug 25, 2016
78b9947
feat(travis): activate travis extension
Aug 25, 2016
7f65ba2
feat(github): activate github extension
Aug 25, 2016
06a32fb
feat(config): add sample config
Sep 26, 2016
b7b2562
chore(extensions): add more extensions
Sep 26, 2016
b43b3e9
fix(heroku): fix mozaik version for heroku deploy
Oct 6, 2016
8956f40
fix(heroku): fix mozaik version for heroku deploy
Oct 6, 2016
02b3243
fix(heroku): fix engines for heroku deploy
Oct 6, 2016
5a48cc4
fix(heroku): fix packages versions for heroku deploy
Oct 6, 2016
c75733f
fix(heroku): fix packages versions for heroku deploy
Oct 6, 2016
119eaa5
fix(heroku): fix packages versions for heroku deploy
Oct 6, 2016
a7cc509
fix(heroku): fix packages versions for heroku deploy
Oct 6, 2016
2db6097
fix(heroku): fix packages versions for heroku deploy
Oct 6, 2016
4775129
fix(heroku): add build
Oct 6, 2016
6afba6b
Update README.md
Dec 11, 2016
b8e185a
chore(deps): extact deps version
Dec 23, 2016
52020cb
fix(gitlab): fix mozaik-ext-gitlab version
Dec 23, 2016
e25b330
fix(gitlab): fix extensions version
Dec 23, 2016
f10ed10
chore(demo): update to latest alpha versions
Dec 23, 2016
6be3ba4
feat(demo): add missing postintall script for heroku
Dec 24, 2016
f296609
chore(yarn): update yarn.lock
Dec 24, 2016
8a8c186
feat(v2): update mozaik packages
Jul 15, 2017
c497578
chore(format): add prettier
Jul 15, 2017
2ceb5dc
feat(themes): add official mozaik themes
Jul 15, 2017
363b4ae
feat(v2): update demo according to latest Mozaïk updates
Aug 18, 2017
6150405
fix(deps): replace mozaik deps with tagged versions
Aug 18, 2017
4f18267
Update server.js
Oct 29, 2018
557c71b
fix(server): fix import #18
Oct 30, 2018
1fd5970
'yarn start' now starts the client and the server, allowing for live …
smithandrewl May 25, 2019
81b62ff
Merge pull request #24 from w-w-wood-products-inc/yarn-start
plouc May 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -25,10 +25,11 @@
"@mozaik/themes": "1.0.0-alpha.16",
"@mozaik/ui": "^2.0.0-alpha.15",
"nivo": "^0.15.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"concurrently": "^4.1.0",
"react-scripts": "1.0.10"
},
"proxy": {
@@ -41,7 +42,7 @@
}
},
"scripts": {
"start": "react-scripts start",
"start": "concurrently --kill-others \"react-scripts start\" \"node server.js\"",
"build": "react-scripts build",
"test": "npm run build",
"postinstall": "npm run build"
6,450 changes: 4,446 additions & 2,004 deletions yarn.lock

Large diffs are not rendered by default.