mirror of
https://github.com/xodio/xod.git
synced 2026-02-20 02:01:20 +01:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "xod-client",
|
|
"version": "0.1.4",
|
|
"description": "XOD project: Client application",
|
|
"scripts": {
|
|
"build": "babel src/ -d dist/ --source-maps",
|
|
"dev": "yarn run build -- --watch",
|
|
"test": "mocha test --recursive",
|
|
"test:watch": "yarn run test -- --watch",
|
|
"storybook": "start-storybook --dont-track -p 9001 -c .storybook"
|
|
},
|
|
"repository": {},
|
|
"keywords": [],
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"lib": "./dist"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"commander": "^2.9.0",
|
|
"font-awesome": "^4.6.3",
|
|
"formsy-react": "^0.18.1",
|
|
"formsy-react-components": "^0.8.1",
|
|
"ramda": "^0.23.0",
|
|
"ramda-fantasy": "^0.7.0",
|
|
"rc-menu": "^5.0.9",
|
|
"rc-progress": "^2.1.2",
|
|
"rc-switch": "^1.4.2",
|
|
"react": "^15.4.2",
|
|
"react-click-outside": "^2.2.0",
|
|
"react-collapsible": "git+https://github.com/xodio/react-collapsible.git#npm",
|
|
"react-custom-scroll": "^1.8.0",
|
|
"react-dom": "^15.4.2",
|
|
"react-event-listener": "^0.2.1",
|
|
"react-fa": "git+https://github.com/brusherru/react-fa.git",
|
|
"react-hotkeys": "git+https://github.com/brusherru/react-hotkeys.git#npm",
|
|
"react-redux": "^4.0.6",
|
|
"react-skylight": "git+https://github.com/xodio/react-skylight.git",
|
|
"react-sortable-hoc": "0.0.7",
|
|
"redux": "^3.0.5",
|
|
"redux-thunk": "^2.1.0",
|
|
"reselect": "^2.5.4",
|
|
"sanctuary-def": "^0.9.0",
|
|
"xod-arduino": "^0.1.4",
|
|
"xod-func-tools": "^0.1.4",
|
|
"xod-js": "^0.1.4",
|
|
"xod-project": "^0.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@kadira/storybook": "^2.35.3",
|
|
"chai": "^3.5.0",
|
|
"dirty-chai": "^1.2.2",
|
|
"redux-devtools": "^3.3.1",
|
|
"redux-devtools-dispatch": "^2.2.0",
|
|
"redux-devtools-dock-monitor": "^1.1.1",
|
|
"redux-devtools-filterable-log-monitor": "^0.6.6",
|
|
"redux-mock-store": "^1.1.1"
|
|
}
|
|
}
|