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.",
|
2018-06-08 07:30:02 +03:00
|
|
|
"version": "4.2.0dev",
|
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": {
|
2017-11-22 21:46:23 +03:00
|
|
|
"@ckeditor/ckeditor5-autoformat": "vladikoff/ckeditor5-autoformat#fix-numbered-list",
|
2018-06-01 07:47:57 +03:00
|
|
|
"@ckeditor/ckeditor5-basic-styles": "1.0.0-alpha.2",
|
|
|
|
"@ckeditor/ckeditor5-build-classic": "1.0.0-alpha.2",
|
|
|
|
"@ckeditor/ckeditor5-dev-utils": "5.0.0",
|
|
|
|
"@ckeditor/ckeditor5-dev-webpack-plugin": "2.0.22",
|
|
|
|
"@ckeditor/ckeditor5-editor-classic": "1.0.0-alpha.2",
|
|
|
|
"@ckeditor/ckeditor5-essentials": "1.0.0-alpha.2",
|
2018-01-26 14:03:11 +03:00
|
|
|
"@ckeditor/ckeditor5-heading": "Natim/ckeditor5-heading#short-heading",
|
2018-06-01 07:47:57 +03:00
|
|
|
"@ckeditor/ckeditor5-list": "1.0.0-alpha.2",
|
|
|
|
"@ckeditor/ckeditor5-paragraph": "1.0.0-alpha.2",
|
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",
|
2018-06-01 07:47:57 +03:00
|
|
|
"fxa-crypto-relier": "2.3.0",
|
2017-08-02 19:26:49 +03:00
|
|
|
"jose-jwe-jws": "^0.1.5",
|
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",
|
2017-11-21 18:10:36 +03:00
|
|
|
"raw-loader": "^0.5.1",
|
2018-01-05 13:39:29 +03:00
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
2018-03-22 19:59:29 +03:00
|
|
|
"react-redux": "^5.0.7",
|
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-thunk": "^2.2.0",
|
2017-11-21 18:10:36 +03:00
|
|
|
"style-loader": "^0.19.0",
|
2018-03-22 19:59:29 +03:00
|
|
|
"testpilot-ga": "^0.2.1",
|
|
|
|
"uuid": "^3.2.1"
|
2017-06-17 04:25:09 +03:00
|
|
|
},
|
2017-05-15 21:26:30 +03:00
|
|
|
"devDependencies": {
|
2018-01-05 13:39:29 +03:00
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
2018-02-07 09:44:37 +03:00
|
|
|
"babel-minify-webpack-plugin": "^0.2.0",
|
2018-01-05 13:39:29 +03:00
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"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-02-05 20:38:17 +03:00
|
|
|
"eslint": "^4.17.0",
|
2018-02-09 10:23:07 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
2018-02-05 20:38:17 +03:00
|
|
|
"eslint-plugin-mozilla": "^0.7.0",
|
|
|
|
"eslint-plugin-no-unsanitized": "^2.0.2",
|
2018-02-07 09:44:37 +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",
|
|
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
|
|
"karma-mocha": "^1.3.0",
|
2017-10-10 21:51:22 +03:00
|
|
|
"karma-mocha-reporter": "^2.2.4",
|
2017-10-02 22:34:51 +03:00
|
|
|
"mocha": "^3.2.0",
|
2018-02-09 10:23:07 +03:00
|
|
|
"node-sass": "^4.7.2",
|
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",
|
2017-10-05 21:17:13 +03:00
|
|
|
"sinon": "^4.0.1",
|
2017-10-05 23:07:54 +03:00
|
|
|
"sinon-chrome": "^2.2.1",
|
2018-02-14 20:44:13 +03:00
|
|
|
"stylelint": "^8.4.0",
|
|
|
|
"stylelint-config-recommended": "^2.0.1",
|
2017-10-06 20:39:42 +03:00
|
|
|
"web-ext": "^1.9.1",
|
2018-02-09 10:23:07 +03:00
|
|
|
"webpack": "^3.10.0",
|
2018-01-05 13:39:29 +03:00
|
|
|
"webpack-sources": "1.0.1"
|
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",
|
2018-02-08 07:31:12 +03:00
|
|
|
"lint:webext": "web-ext lint -s build --ignore-files='sidebar/vendor/*.js' --self-hosted",
|
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-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
|
|
|
}
|
|
|
|
}
|