Merge branch 'dkirkham-react-word-game' of https://github.com/donkirkham/sp-dev-fx-webparts into dkirkham-react-word-game

This commit is contained in:
Don Kirkham 2020-11-04 10:36:06 -06:00
commit f61ffc8f21
2 changed files with 17027 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,17 +2,10 @@
"name": "react-word-game", "name": "react-word-game",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "A fun game where you unscramble the words before the time runs out. It stores everyone's high scores in a SharePoint List on the Site.",
"main": "lib/index.js", "main": "lib/index.js",
"directories": {
"lib": "lib"
},
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"keywords": [],
"author": "",
"license": "ISC",
"scripts": { "scripts": {
"build": "gulp bundle", "build": "gulp bundle",
"clean": "gulp clean", "clean": "gulp clean",
@ -28,6 +21,9 @@
"react": "16.8.5", "react": "16.8.5",
"react-dom": "16.8.5" "react-dom": "16.8.5"
}, },
"resolutions": {
"@types/react": "16.8.8"
},
"devDependencies": { "devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5", "@microsoft/rush-stack-compiler-3.3": "0.3.5",
"@microsoft/sp-build-web": "1.11.0", "@microsoft/sp-build-web": "1.11.0",
@ -38,8 +34,5 @@
"@types/mocha": "2.2.38", "@types/mocha": "2.2.38",
"ajv": "~5.2.2", "ajv": "~5.2.2",
"gulp": "~3.9.1" "gulp": "~3.9.1"
},
"resolutions": {
"@types/react": "16.8.8"
} }
} }