forked from Hennmeister/react-canada-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 977 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 977 Bytes
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
{
"name": "react-canada-map",
"version": "1.0.1",
"description": "react module for an interactive map of Canada",
"main": "lib/UsCanada.js",
"repository": "https://github.com/Hennmeister/react-canada-map/",
"author": "Hennmeister <henning.lindig@rogers.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"enzyme": "^3.11.0",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.23.2",
"jest": "^26.6.3",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.5",
"typescript": "^4.1.3"
},
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"test": "jest --coverage",
"lint": "eslint ./src",
"pretest": "yarn lint"
},
"dependencies": {
"react": "^17.0.1"
}
}