1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 05:59:13 +01:00
slate/package.json
2016-06-24 12:13:38 -07:00

37 lines
912 B
JSON

{
"name": "editor",
"private": true,
"main": "./lib/index.js",
"dependencies": {
"detect-browser": "^1.3.3",
"immutable": "^3.8.1",
"keycode": "^2.1.2",
"lodash": "^4.13.1",
"react": "^15.1.0",
"ua-parser-js": "^0.7.10",
"uid": "0.0.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"component-type": "^1.2.1",
"exorcist": "^0.4.0",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.0.2",
"react-dom": "^15.1.0",
"react-router": "^2.5.1",
"read-metadata": "^1.0.0",
"source-map-support": "^0.4.0",
"standard": "^7.1.2",
"to-camel-case": "^1.0.0",
"to-title-case": "^1.0.0",
"watchify": "^3.7.0"
}
}