notes/package.json

118 строки
4.4 KiB
JSON

{
"name": "notes",
"id": "notes@mozilla.com",
"description": "Displays a sidebar that lets you take notes on web pages.",
"version": "4.3.7",
"author": "Test Pilot Mozilla Team",
"bugs": {
"url": "https://github.com/mozilla/notes/issues"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "^10.0.1",
"@ckeditor/ckeditor5-basic-styles": "^10.0.1",
"@ckeditor/ckeditor5-block-quote": "^10.0.1",
"@ckeditor/ckeditor5-dev-utils": "^9.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^5.0.0",
"@ckeditor/ckeditor5-editor-classic": "^10.0.1",
"@ckeditor/ckeditor5-essentials": "^10.1.0",
"@ckeditor/ckeditor5-heading": "vladikoff/ckeditor5-heading#secTitle-10.1.0",
"@ckeditor/ckeditor5-list": "^11.0.0",
"@ckeditor/ckeditor5-paragraph": "^10.0.1",
"@ckeditor/ckeditor5-theme-lark": "^10.1.0",
"@ckeditor/ckeditor5-upload": "^10.0.1",
"babel-minify-webpack-plugin": "^0.3.0",
"postcss-loader": "^2.0.10",
"raw-loader": "^0.5.1",
"style-loader": "^0.20.3",
"webpack": "^3.11.0",
"webpack-sources": "1.0.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"file-saver": "^1.3.8",
"fxa-crypto-relier": "2.4.0",
"jose-jwe-jws": "^0.1.6",
"kinto": "^10.0.0",
"kinto-http": "4.3.4",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"copy-webpack-plugin": "^4.3.1",
"cross-spawn": "^5.1.0",
"eslint": "4.17.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-mozilla": "0.7.0",
"eslint-plugin-no-unsanitized": "2.0.2",
"eslint-plugin-react": "7.6.1",
"fetch-mock": "^5.12.2",
"file-loader": "^1.1.6",
"fs-extra": "^4.0.1",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.4",
"logform": "^1.9.1",
"mocha": "^3.5.3",
"node-sass": "^4.14.1",
"npm-run-all": "^4.0.2",
"pontoon-to-webext": "^1.0.2",
"prettier": "^1.4.4",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"selenium-webdriver": "^4.0.0-alpha.1",
"sinon": "4.0.1",
"sinon-chrome": "2.2.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended": "^2.0.1",
"web-ext": "^5.0.0",
"webpack": "^3.10.0",
"webpack-sources": "1.0.1",
"winston": "^3.0.0"
},
"homepage": "https://github.com/mozilla/notes#readme",
"license": "MPL-2.0",
"repository": "mozilla/notes",
"scripts": {
"build": "node scripts/build-locales && npm run webpack && web-ext build -s build",
"build-ck": "cd ckeditor-build && webpack && cd ..",
"clean": "rimraf web-ext-artifacts 'src/sidebar/vendor/!(.gitkeep)' 'src/vendor/!(.gitkeep)' && npm run postinstall",
"format": "prettier 'src/**/!(vendor)/*.{scss,css,js}' --single-quote --write",
"lint": "npm-run-all lint:*",
"lint:css": "stylelint 'src/**/*.{scss,css}'",
"lint:js": "eslint src",
"package": "npm run build && mv web-ext-artifacts/*.zip addon.xpi",
"postformat": "npm run lint:js -- --fix",
"postinstall": "npm run build-ck && node scripts/postinstall.js && node scripts/build-locales.js",
"prebuild": "npm run clean",
"start": "npm run webpack && web-ext run -s build & npm run webpack:watch",
"start-rtl": "WEB_EXT_PREF=general.useragent.locale=ar npm start",
"start-nightly": "npm run webpack && web-ext run -s build --firefox=nightly & npm run webpack:watch",
"start-deved": "npm run webpack && web-ext run -s build --firefox=firefoxdeveloperedition & npm run webpack:watch",
"test": "npm-run-all test:*",
"test:karma": "webpack --config webpack.test-unit.js && NODE_ENV=test karma start",
"test:ui": "test/integration/setup-webext.sh && mocha ./test/integration --retries 1 --reporter=list --compilers js:babel-core/register --require babel-polyfill",
"webpack": "webpack --config webpack.config.js",
"webpack:watch": "webpack --config webpack.config.js --watch"
}
}