Files
1819old/ChartPlayer/FloChartPlayer/package.json
2025-07-25 18:00:17 +09:00

74 lines
1.8 KiB
JSON

{
"name": "floChart-player",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"antd": "^3.25.1",
"apollo-boost": "^0.4.9",
"electron-is-dev": "^1.1.0",
"emotion": "^10.0.23",
"frameless-titlebar": "^1.0.8",
"graphql": "^15.3.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "3.2.0"
},
"main": "public/electron.js",
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"eject": "react-scripts eject",
"app": "concurrently \"yarn start\" \"wait-on http://localhost:3000 && electron .\""
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"airbnb"
],
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"linebreak-style": 0,
"import/no-extraneous-dependencies": 0,
"no-use-before-define": 0,
"jsx-a11y/no-static-element-interactions": 0,
"jsx-a11y/click-events-have-key-events": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/rescript-env": "^0.0.11",
"axios": "^0.19.0",
"concurrently": "^5.0.0",
"electron": "^7.1.1",
"electron-builder": "^22.1.0",
"eslint": "6.1.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "1.7.0",
"prettier-eslint": "^9.0.0",
"prop-types": "^15.7.2",
"wait-on": "^3.3.0"
}
}