mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
26 lines
690 B
JSON
26 lines
690 B
JSON
{
|
|
"name": "react-es6-popup-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack -w -v --display-error-details --progress --colors",
|
|
"start": "web-ext run -s extension/"
|
|
},
|
|
"author": "",
|
|
"license": "MPL-2.0",
|
|
"devDependencies": {
|
|
"babel-core": "6.20.0",
|
|
"babel-loader": "6.2.9",
|
|
"babel-plugin-transform-class-properties": "6.19.0",
|
|
"babel-plugin-transform-object-rest-spread": "6.20.2",
|
|
"babel-preset-es2015": "6.18.0",
|
|
"babel-preset-react": "6.16.0",
|
|
"babel-preset-stage-2": "6.18.0",
|
|
"react": "15.4.1",
|
|
"react-dom": "15.4.1",
|
|
"web-ext": "1.6.0",
|
|
"webpack": "1.14.0"
|
|
}
|
|
}
|