-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@dylanarmstrong/crossword-react",
"homepage": "crossword",
"version": "0.1.0",
"private": true,
"license": "ISC",
"devDependencies": {
"@dylanarmstrong/eslint-config": "^0.2.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"eslint": "7.11.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
},
"dependencies": {
"@dylanarmstrong/puz": "^0.2.0",
"fontsource-raleway": "^3.0.9",
"konva": "^7.1.4",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-konva": "^17.0.0-0",
"react-scripts": "4.0.0",
"styled-components": "^5.2.0"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint ./src",
"start": "react-scripts start",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "@dylanarmstrong"
},
"browserslist": {
"production": [
"last 1 safari version"
],
"development": [
"last 1 safari version"
]
}
}