mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@roleypoly/ui",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"build": "next build"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/types": "^2.0.0",
|
|
"@roleypoly/rpc-client": "^2.0.0",
|
|
"color": "^3.1.0",
|
|
"eventemitter3": "^3.1.0",
|
|
"fast-redux": "^0.7.1",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"moment": "^2.24.0",
|
|
"next": "^8.0.4",
|
|
"next-redux-wrapper": "^3.0.0-alpha.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^6.0.1",
|
|
"react-typist": "^2.0.5",
|
|
"redux": "^4.0.1",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-components": "^4.2.0",
|
|
"superagent": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3",
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-styled-components": "^1.10.0",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.11.2",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"eslint-plugin-flowtype": "^3.4.2",
|
|
"react-test-renderer": "^16.8.6",
|
|
"standard": "12.0.1"
|
|
}
|
|
}
|