cascana-thinc-awp-interfaces
Version:
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
59 lines (58 loc) • 1.6 kB
JSON
{
"name": "cascana-thinc-awp-interfaces",
"version": "0.1.1-w",
"private": false,
"dependencies": {
"@types/react": "^17.0.19",
"bootstrap": "^4.3.1",
"history": "4.10.1",
"jquery": "^3.4.1",
"merge": "1.2.1",
"popper.js": "^1.16.0",
"svgo": "1.3.0"
},
"peerDependencies": {},
"devDependencies": {
"@types/history": "4.7.3",
"@types/jest": "24.0.19",
"@types/node": "12.11.6",
"@typescript-eslint/parser": "^2.5.0",
"cross-env": "6.0.3",
"eslint": "^6.5.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"nan": "^2.14.1",
"typescript": "^3.6.4"
},
"scripts": {
"start": "react-scripts start",
"build": "tsc index.tsx -outDir dist --declaration --emitDeclarationOnly",
"test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ./src/**/*.ts ./src/**/*.tsx"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://tfs.shtormtech.ru/DSP/AsterosBusinessContact/_git/HL.AWP"
},
"keywords": [
"awp",
"interfaces",
"react"
],
"author": "ShtormTech",
"license": "ISC"
}