You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
{ |
|
"name": "interactive-iran-map", |
|
"version": "0.1.7", |
|
"private": false, |
|
"license": "MIT", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/alithecodeguy/interactive-iran-map.git" |
|
}, |
|
"main": "dist/index.js", |
|
"module": "dist/index.js", |
|
"babel": { |
|
"presets": [ |
|
"@babel/react" |
|
] |
|
}, |
|
"dependencies": { |
|
"@testing-library/jest-dom": "^4.2.4", |
|
"@testing-library/react": "^9.3.2", |
|
"@testing-library/user-event": "^7.1.2", |
|
"prop-types": "^15.7.2", |
|
"react": "^16.13.1", |
|
"react-dom": "^16.13.1", |
|
"react-scripts": "3.4.1", |
|
"react-tooltip": "^4.2.6" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test", |
|
"eject": "react-scripts eject", |
|
"publish:npm": "export NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src/InteractiveIranMap --out-dir dist --copy-files", |
|
"lint": "eslint . --ext .js" |
|
}, |
|
"eslintConfig": { |
|
"extends": "react-app" |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
}, |
|
"devDependencies": { |
|
"@babel/cli": "^7.10.1", |
|
"eslint-config-prettier": "^6.10.1", |
|
"eslint-plugin-prettier": "^3.1.2", |
|
"eslint-plugin-react": "^7.19.0", |
|
"prettier": "2.0.1", |
|
"eslint": "^6.7.2", |
|
"eslint-plugin-import": "^2.19.1" |
|
} |
|
}
|
|
|