index-investor
Форк из ars/index-investor
/
package.json
62 строки · 1.5 Кб
1{
2"name": "index-investor",3"version": "0.1.0",4"private": true,5"dependencies": {6"@emotion/react": "^11.11.3",7"@emotion/styled": "^11.11.0",8"@mui/icons-material": "^5.15.7",9"@mui/material": "^5.15.7",10"@testing-library/jest-dom": "^5.17.0",11"@testing-library/react": "^13.4.0",12"@testing-library/user-event": "^13.5.0",13"@types/jest": "^27.5.2",14"@types/lodash": "^4.14.202",15"@types/node": "^16.18.79",16"@types/react": "^18.2.53",17"@types/react-dom": "^18.2.18",18"buffer": "^6.0.3",19"lodash": "^4.17.21",20"react": "^18.2.0",21"react-dom": "^18.2.0",22"react-scripts": "5.0.1",23"typescript": "^4.9.5",24"web-vitals": "^2.1.4",25"xml2js": "^0.6.2"26},27"scripts": {28"parse-data": "./scripts/imoex-parser.js -f ./imoex.xlsx -o ./src/data/imoex.json",29"start": "react-scripts start",30"build": "react-scripts build",31"test": "react-scripts test",32"eject": "react-scripts eject"33},34"eslintConfig": {35"extends": [36"react-app",37"react-app/jest"38]39},40"browserslist": {41"production": [42">0.2%",43"not dead",44"not op_mini all"45],46"development": [47"last 1 chrome version",48"last 1 firefox version",49"last 1 safari version"50]51},52"devDependencies": {53"@types/lodash": "^4.17.0",54"@types/xml2js": "^0.4.14",55"commander": "^12.0.0",56"prettier": "^3.2.5",57"xlsx": "^0.18.5"58},59"browser": {60"timers": false61}62}
63