UNPKG

impress.js-react

Version:

Create Impress presentation with React and JSX

32 lines (31 loc) 810 B
{ "name": "impress.js-react", "version": "0.0.3", "description": "Create Impress presentation with React and JSX", "main": "build/index.js", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "react": "^15.5.4", "webpack": "^2.6.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "author": { "name": "Parsa Ghadimi", "email": "qti3eqti3e@gmail.com" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1" } }