2017-05-15 21:26:30 +03:00
|
|
|
{
|
|
|
|
"name": "notes",
|
2017-07-25 01:27:02 +03:00
|
|
|
"id": "notes@mozilla.com",
|
2017-05-15 21:26:30 +03:00
|
|
|
"description": "Displays a sidebar that lets you take notes on web pages.",
|
2020-09-17 22:56:31 +03:00
|
|
|
"version": "4.3.7",
|
2018-01-18 12:35:34 +03:00
|
|
|
"author": "Test Pilot Mozilla Team",
|
2017-05-15 21:26:30 +03:00
|
|
|
"bugs": {
|
2017-06-13 22:28:47 +03:00
|
|
|
"url": "https://github.com/mozilla/notes/issues"
|
2017-05-15 21:26:30 +03:00
|
|
|
},
|
2018-02-07 09:44:37 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
2017-06-17 04:25:09 +03:00
|
|
|
"dependencies": {
|
2018-06-23 03:53:51 +03:00
|
|
|
"@ckeditor/ckeditor5-autoformat": "^10.0.1",
|
|
|
|
"@ckeditor/ckeditor5-basic-styles": "^10.0.1",
|
|
|
|
"@ckeditor/ckeditor5-block-quote": "^10.0.1",
|
2018-06-14 02:49:25 +03:00
|
|
|
"@ckeditor/ckeditor5-dev-utils": "^9.0.0",
|
|
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "^5.0.0",
|
2018-06-23 03:53:51 +03:00
|
|
|
"@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",
|
2018-02-08 15:32:32 +03:00
|
|
|
"classnames": "^2.2.5",
|
2017-11-21 18:10:36 +03:00
|
|
|
"css-loader": "^0.28.7",
|
2018-03-29 17:42:28 +03:00
|
|
|
"file-saver": "^1.3.8",
|
2019-04-01 18:19:56 +03:00
|
|
|
"fxa-crypto-relier": "2.4.0",
|
2018-06-13 21:07:36 +03:00
|
|
|
"jose-jwe-jws": "^0.1.6",
|
2017-10-12 20:39:10 +03:00
|
|
|
"kinto": "^10.0.0",
|
2017-11-23 18:31:15 +03:00
|
|
|
"kinto-http": "4.3.4",
|
2018-06-14 02:49:25 +03:00
|
|
|
"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",
|
2018-03-22 19:59:29 +03:00
|
|
|
"uuid": "^3.2.1"
|
2017-06-17 04:25:09 +03:00
|
|
|
},
|
2017-05-15 21:26:30 +03:00
|
|
|
"devDependencies": {
|
2018-09-10 20:08:24 +03:00
|
|
|
"babel-cli": "^6.26.0",
|
2018-01-05 13:39:29 +03:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
2018-09-10 20:08:24 +03:00
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
2018-10-23 01:18:51 +03:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2018-01-05 13:39:29 +03:00
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
2017-10-02 22:34:51 +03:00
|
|
|
"chai": "^4.1.0",
|
2017-10-05 21:17:13 +03:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2018-01-05 15:52:29 +03:00
|
|
|
"copy-webpack-plugin": "^4.3.1",
|
2017-06-20 22:34:01 +03:00
|
|
|
"cross-spawn": "^5.1.0",
|
2018-06-18 17:38:25 +03:00
|
|
|
"eslint": "4.17.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.0.3",
|
|
|
|
"eslint-plugin-mozilla": "0.7.0",
|
|
|
|
"eslint-plugin-no-unsanitized": "2.0.2",
|
2018-06-14 02:49:25 +03:00
|
|
|
"eslint-plugin-react": "7.6.1",
|
2017-10-05 21:17:13 +03:00
|
|
|
"fetch-mock": "^5.12.2",
|
2018-02-09 10:23:07 +03:00
|
|
|
"file-loader": "^1.1.6",
|
2017-08-17 16:45:12 +03:00
|
|
|
"fs-extra": "^4.0.1",
|
2017-10-05 23:07:54 +03:00
|
|
|
"karma": "^1.7.1",
|
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-coveralls": "^1.1.2",
|
2018-06-14 02:49:25 +03:00
|
|
|
"karma-firefox-launcher": "1.0.1",
|
|
|
|
"karma-mocha": "1.3.0",
|
|
|
|
"karma-mocha-reporter": "2.2.4",
|
2018-09-10 20:08:24 +03:00
|
|
|
"logform": "^1.9.1",
|
|
|
|
"mocha": "^3.5.3",
|
2020-09-10 17:50:08 +03:00
|
|
|
"node-sass": "^4.14.1",
|
2017-06-30 20:18:24 +03:00
|
|
|
"npm-run-all": "^4.0.2",
|
2017-06-20 22:34:01 +03:00
|
|
|
"pontoon-to-webext": "^1.0.2",
|
2017-06-14 00:21:03 +03:00
|
|
|
"prettier": "^1.4.4",
|
2017-06-13 22:28:47 +03:00
|
|
|
"rimraf": "^2.6.1",
|
2018-02-09 10:23:07 +03:00
|
|
|
"sass-loader": "^6.0.6",
|
2018-09-10 20:08:24 +03:00
|
|
|
"selenium-webdriver": "^4.0.0-alpha.1",
|
2018-06-14 02:49:25 +03:00
|
|
|
"sinon": "4.0.1",
|
|
|
|
"sinon-chrome": "2.2.1",
|
2018-02-14 20:44:13 +03:00
|
|
|
"stylelint": "^8.4.0",
|
|
|
|
"stylelint-config-recommended": "^2.0.1",
|
2020-09-10 00:23:33 +03:00
|
|
|
"web-ext": "^5.0.0",
|
2018-02-09 10:23:07 +03:00
|
|
|
"webpack": "^3.10.0",
|
2018-09-10 20:08:24 +03:00
|
|
|
"webpack-sources": "1.0.1",
|
|
|
|
"winston": "^3.0.0"
|
2017-06-13 22:28:47 +03:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mozilla/notes#readme",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "mozilla/notes",
|
|
|
|
"scripts": {
|
2018-01-05 15:52:29 +03:00
|
|
|
"build": "node scripts/build-locales && npm run webpack && web-ext build -s build",
|
2017-11-21 18:10:36 +03:00
|
|
|
"build-ck": "cd ckeditor-build && webpack && cd ..",
|
2017-12-16 20:27:37 +03:00
|
|
|
"clean": "rimraf web-ext-artifacts 'src/sidebar/vendor/!(.gitkeep)' 'src/vendor/!(.gitkeep)' && npm run postinstall",
|
2018-02-14 20:44:13 +03:00
|
|
|
"format": "prettier 'src/**/!(vendor)/*.{scss,css,js}' --single-quote --write",
|
2017-06-30 20:18:24 +03:00
|
|
|
"lint": "npm-run-all lint:*",
|
2018-02-14 20:44:13 +03:00
|
|
|
"lint:css": "stylelint 'src/**/*.{scss,css}'",
|
2017-06-30 20:18:24 +03:00
|
|
|
"lint:js": "eslint src",
|
2017-07-14 00:44:55 +03:00
|
|
|
"package": "npm run build && mv web-ext-artifacts/*.zip addon.xpi",
|
2017-06-30 20:18:24 +03:00
|
|
|
"postformat": "npm run lint:js -- --fix",
|
2017-11-21 18:10:36 +03:00
|
|
|
"postinstall": "npm run build-ck && node scripts/postinstall.js && node scripts/build-locales.js",
|
2017-06-17 04:25:09 +03:00
|
|
|
"prebuild": "npm run clean",
|
2018-01-05 17:25:27 +03:00
|
|
|
"start": "npm run webpack && web-ext run -s build & npm run webpack:watch",
|
2017-08-18 21:27:26 +03:00
|
|
|
"start-rtl": "WEB_EXT_PREF=general.useragent.locale=ar npm start",
|
2018-02-28 17:39:47 +03:00
|
|
|
"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",
|
2017-10-05 23:07:54 +03:00
|
|
|
"test": "npm-run-all test:*",
|
2018-01-05 13:39:29 +03:00
|
|
|
"test:karma": "webpack --config webpack.test-unit.js && NODE_ENV=test karma start",
|
2018-10-23 01:18:51 +03:00
|
|
|
"test:ui": "test/integration/setup-webext.sh && mocha ./test/integration --retries 1 --reporter=list --compilers js:babel-core/register --require babel-polyfill",
|
2018-01-05 17:25:27 +03:00
|
|
|
"webpack": "webpack --config webpack.config.js",
|
2018-02-14 12:25:02 +03:00
|
|
|
"webpack:watch": "webpack --config webpack.config.js --watch"
|
2017-05-15 21:26:30 +03:00
|
|
|
}
|
|
|
|
}
|