2020-03-28 20:10:18 +03:00
|
|
|
|
{
|
|
|
|
|
"name": "crypto-pro-example-react",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "Пример использования пакета crypto-pro в javascript проекте с react",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@testing-library/jest-dom": "4.2.4",
|
|
|
|
|
"@testing-library/react": "9.5.0",
|
|
|
|
|
"@testing-library/user-event": "7.2.1",
|
2020-07-04 09:37:44 +03:00
|
|
|
|
"crypto-pro": "2.0.5",
|
2020-03-28 20:10:18 +03:00
|
|
|
|
"react": "^16.13.1",
|
|
|
|
|
"react-app-polyfill": "1.0.6",
|
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
|
"react-scripts": "3.4.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"node-static": "0.7.11"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "static --host-address localhost --port 8081 build",
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|