mirror of
https://github.com/xodio/xod.git
synced 2026-03-03 07:24:03 +01:00
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "xod-client",
|
|
"version": "0.37.0",
|
|
"description": "XOD project: Client application",
|
|
"scripts": {
|
|
"build": "babel src/ -d dist/ --source-maps",
|
|
"clean:dist": "rimraf ./dist",
|
|
"dev": "yarn run build --watch",
|
|
"test": "mocha test --recursive",
|
|
"test:watch": "yarn run test --watch",
|
|
"storybook": "start-storybook -p 9001 -c .storybook"
|
|
},
|
|
"repository": {},
|
|
"keywords": [],
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"lib": "./dist"
|
|
},
|
|
"dependencies": {
|
|
"big.js": "^5.2.2",
|
|
"classnames": "^2.2.5",
|
|
"codemirror": "^5.31.0",
|
|
"color-convert": "^2.0.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"font-awesome": "^4.6.3",
|
|
"line-intersection": "^1.0.8",
|
|
"normalize-wheel": "^1.0.1",
|
|
"prop-types": "^15.5.10",
|
|
"ramda": "^0.24.1",
|
|
"ramda-fantasy": "^0.8.0",
|
|
"rc-menu": "git+https://github.com/xodio/menu.git#npm",
|
|
"rc-progress": "^2.1.2",
|
|
"react": "^16.2",
|
|
"react-autosuggest": "git+https://github.com/xodio/react-autosuggest.git#7850ec32e40ea9c4750269ac4f08aa0b051bb86c",
|
|
"react-codemirror": "^1.0.0",
|
|
"react-collapsible": "^2.0.3",
|
|
"react-contextmenu": "^2.9.1",
|
|
"react-custom-scroll": "git+https://github.com/xodio/react-custom-scroll.git#aefa21e3fa3bcc173b969176b91044db05399a67",
|
|
"react-datasheet": "^1.3.10",
|
|
"react-dnd": "^2.5.1",
|
|
"react-dnd-html5-backend": "^2.5.1",
|
|
"react-dom": "^16.2",
|
|
"react-event-listener": "^0.5.3",
|
|
"react-fa": "^5.0.0",
|
|
"react-highlight-words": "^0.8.1",
|
|
"react-hotkeys": "^1.1.4",
|
|
"react-redux": "^4.0.6",
|
|
"react-reflex": "^2.2.9",
|
|
"react-remarkable": "^1.1.3",
|
|
"react-resize-detector": "^1.1.0",
|
|
"react-skylight": "git+https://github.com/xodio/react-skylight.git#6dc266edc5198d0d1a6feb57f329826e782ec967",
|
|
"react-sortable-hoc": "1.6.1",
|
|
"recompose": "^0.25.0",
|
|
"redux": "^3.0.5",
|
|
"redux-thunk": "^2.1.0",
|
|
"reselect": "^2.5.4",
|
|
"sanctuary-def": "^0.14.0",
|
|
"shortid": "^2.2.8",
|
|
"smooth-scroll-into-view-if-needed": "^1.1.23",
|
|
"throttle-debounce": "^1.0.1",
|
|
"url-parse": "^1.1.9",
|
|
"url-search-params-polyfill": "^2.0.1",
|
|
"vec-la-fp": "^1.5.2",
|
|
"wait-for-element": "^1.0.2",
|
|
"xod-arduino": "^0.37.0",
|
|
"xod-cloud-compile": "^0.37.0",
|
|
"xod-func-tools": "^0.34.0",
|
|
"xod-patch-search": "^0.37.0",
|
|
"xod-pm": "^0.37.0",
|
|
"xod-project": "^0.37.0",
|
|
"xod-tabtest": "^0.37.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^3.2.17",
|
|
"@storybook/react": "^3.2.17",
|
|
"chai": "^4.1.2",
|
|
"redux-mock-store": "^1.2.3"
|
|
}
|
|
}
|