timeconvert/package.json

41 lines
984 B
JSON
Raw Normal View History

2019-12-07 20:41:24 +01:00
{
"name": "timeconvert",
2020-03-08 13:23:15 +01:00
"version": "0.1.1",
2019-12-07 20:41:24 +01:00
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
2019-12-07 20:41:24 +01:00
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build_scripts": "webpack --config webpack.config.js",
2020-02-10 19:58:38 +01:00
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"package": "web-ext build --config=webext.config.js",
2019-12-07 20:41:24 +01:00
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"web-ext": "^4.1.0"
2019-12-07 20:41:24 +01:00
}
}