Skip to content

Commit

Permalink
gh pages & scripts & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarragon committed Jun 15, 2021
1 parent ee5b0a0 commit bd4493d
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-quizzes

[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic)](http://opensource.org/licenses/MIT)
[![npm version](https://img.shields.io/badge/npm-v0.2.0-green.svg?style=plastic)](https://www.npmjs.com/package/react-quizzes)
[![npm version](https://img.shields.io/badge/npm-v0.3.0-green.svg?style=plastic)](https://www.npmjs.com/package/react-quizzes)

Demo:
[![Edit react-quizzesExample](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/magical-chandrasekhar-88del?fontsize=14&hidenavigation=1&theme=dark)
Expand Down
168 changes: 168 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"homepage": "https://github.com/hugobarragon/react-quizzes",
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "12.12.3",
Expand All @@ -40,10 +39,12 @@
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^24.9.1",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"copyfiles": "^2.4.1",
"gh-pages": "^3.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.4",
Expand All @@ -55,8 +56,11 @@
},
"scripts": {
"start": "react-scripts start",
"build": "tsc -p ./tsconfig.compile.json",
"postbuild": "copyfiles -u 1 src/**/*.css lib/",
"build": "react-scripts build",
"compile": "tsc -p ./tsconfig.compile.json",
"postcompile": "copyfiles -u 1 src/**/*.css lib/",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit bd4493d

Please sign in to comment.