monadic_react
Version:
A monadic library for easily composing React-based libraries.
62 lines (61 loc) • 1.85 kB
JSON
{
"name": "monadic_react",
"version": "1.0.30",
"description": "A monadic library for easily composing React-based libraries.",
"main": "dist/monadic_react.js",
"typings": "dist/monadic_react.d.ts",
"typescript": {
"definition": "dist/monadic_react.d.ts"
},
"scripts": {
"pub": "cd src && tsc && cd .. && npm publish",
"be": "cd samples && ../node_modules/.bin/nodemon app.js",
"fe": "./node_modules/.bin/webpack -w",
"css": "./node_modules/.bin/gulp"
},
"dependencies": {
"@types/draft-js": "^0.9.1",
"@types/i18next": "^2.3.35",
"@types/react": "^15.0.30",
"@types/react-dom": "^15.5.0",
"babel-polyfill": "^6.22.0",
"babel-runtime": "^6.22.0",
"draft-js": "^0.10.0",
"i18next": "^7.1.3",
"immutable": "^3.8.1",
"jquery": "^2.2.2",
"jquery-ujs": "^1.2.1",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"slugify": "^1.1.0",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"del": "2.2.0",
"express": "^4.15.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.2.0",
"gulp-merge-media-queries": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"http-server": "^0.10.0",
"nodemon": "^1.11.0",
"source-map-loader": "^0.1.6",
"typescript": "^2.4.1",
"webpack": "^2.3.2"
},
"author": "Giuseppe Maggiore",
"license": "MIT"
}