-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "twin-lingo",
"version": "1.0.0",
"description": "This is a memory game designed to help practice Spanish vocabulary by finding the matching Spanish and English words.",
"main": "script.js",
"repository": {
"type": "git",
"url": "https://github.com/laoiseearle/twin-lingo.git"
},
"keywords": [
"javascript",
"html",
"css",
"memory-game",
"spanish",
"javascript-game"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/laoiseearle/twin-lingo/issues"
},
"homepage": "https://github.com/laoiseearle/twin-lingo#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2"
}
}