56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@sc07-canvas/lib": "^1.0.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"lodash.throttle": "^4.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-zoom-pan-pinch": "^3.4.1",
|
|
"socket.io-client": "^4.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@types/lodash.throttle": "^4.1.9",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/socket.io-client": "^3.0.0",
|
|
"babel-loader": "^9.1.3",
|
|
"css-loader": "^6.9.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"sass": "^1.70.0",
|
|
"style-loader": "^3.3.4",
|
|
"ts-loader": "^9.5.1",
|
|
"webpack": "^5.90.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
}
|
|
}
|