UNPKG

react-l20n-u

Version:

Mozilla's L20n localization framework for React

45 lines (44 loc) 1.2 kB
{ "name": "react-l20n-u", "version": "0.2.0", "description": "Mozilla's L20n localization framework for React", "main": "./build/react-l20n.js", "scripts": { "build": "./node_modules/.bin/babel ./src/react-l20n.js --presets=@babel/preset-env --out-file ./build/react-l20n.js" }, "repository": { "type": "git", "url": "git+https://github.com/marcselman/react-l20n.git" }, "keywords": [ "l20n", "react" ], "author": "Marc Selman", "license": "MIT", "bugs": { "url": "https://github.com/marcselman/react-l20n/issues" }, "homepage": "https://github.com/marcselman/react-l20n#readme", "dependencies": { "fluent": "^0.11.0", "html-react-parser": "^0.6.1", "prop-types": "^15.6.2", "react": "^16.7.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "babel-loader": "^8.0.5", "express": "^4.16.4", "raw-loader": "^1.0.0", "react-dom": "^16.7.0", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" } }