forked from Github/ocrcc-chatbox
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "embeddable-react-widget",
|
|
"version": "0.0.1",
|
|
"description": "building an embeddable js widget with react",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-serve --config ./webpack.config.js --mode development --open",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"env",
|
|
"react",
|
|
"stage-2"
|
|
]
|
|
},
|
|
"author": "seriousben https://github.com/seriousben",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^8.2.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"css-loader": "^0.28.11",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-import-resolver-webpack": "^0.10.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"mini-css-extract-plugin": "^0.4.0",
|
|
"node-sass": "^4.9.0",
|
|
"sass-loader": "^7.0.1",
|
|
"style-loader": "^0.21.0",
|
|
"webpack": "^4.8.3",
|
|
"webpack-cli": "^2.1.3",
|
|
"webpack-serve": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.3.2",
|
|
"react-dom": "^16.3.2"
|
|
}
|
|
}
|