forked from gabidavila/react-usa-map
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ncsasports/react-usa-map",
"version": "1.5.1",
"description": "React component with all USA States with customizable options",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NCSAAthleticRecruiting/react-usa-map.git"
},
"author": "Gabriela D'Avila Ferrara <[email protected]>",
"bugs": {
"url": "https://github.com/NCSAAthleticRecruiting/react-usa-map/issues"
},
"homepage": "https://github.com/NCSAAthleticRecruiting/react-usa-map#readme",
"keywords": [
"react-component",
"react",
"usa map",
"map",
"svg"
],
"scripts": {
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"pretest": "yarn run lint",
"test": "jest --coverage"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-inline-json-import": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.1",
"eslint": "^4.8.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^24.8.0",
"nodemon": "^1.12.1",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-test-renderer": "15"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"dependencies": {
"babel-runtime": "^6.26.0"
}
}