mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@roleypoly/ui",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"precommit": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/design": "2.0.0",
|
|
"@roleypoly/rpc": "2.0.0",
|
|
"color": "^3.1.2",
|
|
"eventemitter3": "^3.1.2",
|
|
"fast-redux": "^0.7.1",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"moment": "^2.24.0",
|
|
"next": "^8.1.0",
|
|
"next-redux-wrapper": "^3.0.0-alpha.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^7.0.3",
|
|
"react-typist": "^2.0.5",
|
|
"redux": "^4.0.1",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-components": "^4.2.1",
|
|
"superagent": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.4.4",
|
|
"@roleypoly/types": "^2.0.0",
|
|
"@types/next": "^8.0.5",
|
|
"@zeit/next-typescript": "^1.1.1",
|
|
"babel-plugin-styled-components": "^1.10.0",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"lint-staged": "^8.1.7",
|
|
"react-test-renderer": "^16.8.6",
|
|
"standard": "12.0.1",
|
|
"tslint": "^5.18.0",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|