Files
element-web/package.json
T

177 lines
5.8 KiB
JSON
Raw Normal View History

{
"name": "riot-web",
2016-11-02 18:49:28 +00:00
"productName": "Riot",
"main": "electron_app/src/electron-main.js",
2017-05-22 11:41:10 +01:00
"version": "0.9.10",
2016-11-02 18:49:28 +00:00
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"repository": {
"type": "git",
"url": "https://github.com/vector-im/riot-web"
},
"license": "Apache-2.0",
"files": [
"AUTHORS.rst",
"CONTRIBUTING.rst",
"deploy",
"docs",
"karma.conf.js",
"lib",
"release.sh",
"scripts",
"src",
"test",
"webpack.config.js"
],
"style": "bundle.css",
2015-11-30 17:31:32 +00:00
"matrix-react-parent": "matrix-react-sdk",
"scripts": {
2015-11-30 18:00:54 +00:00
"reskindex": "reskindex -h src/header",
2017-05-11 10:35:56 +01:00
"reskindex:watch": "reskindex -h src/header -w",
"build:res": "node scripts/copy-res.js",
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
2017-05-11 10:35:56 +01:00
"build:compile": "npm run reskindex && babel --source-maps -d lib src",
2017-04-21 17:16:53 +01:00
"build:bundle": "cross-env NODE_ENV=production webpack -p --progress",
2016-10-26 14:13:36 +01:00
"build:bundle:dev": "webpack --optimize-occurence-order --progress",
"build:electron": "npm run clean && npm run build && build -wml --ia32 --x64",
2017-05-11 10:35:56 +01:00
"build": "npm run reskindex && npm run build:res && npm run build:bundle",
"build:dev": "npm run reskindex && npm run build:res && npm run build:bundle:dev",
"dist": "scripts/package.sh",
"install:electron": "install-app-deps",
"electron": "npm run install:electron && electron .",
"start:res": "node scripts/copy-res.js -w",
2017-01-25 11:28:59 +00:00
"start:js": "webpack-dev-server --output-filename=bundles/_dev_/[name].js --output-chunk-file=bundles/_dev_/[name].js -w --progress",
2017-04-21 17:16:53 +01:00
"start:js:prod": "cross-env NODE_ENV=production webpack-dev-server -w --progress",
2017-05-11 10:35:56 +01:00
"start": "parallelshell \"npm run reskindex:watch\" \"npm run start:res\" \"npm run start:js\"",
"start:prod": "parallelshell \"npm run reskindex:watch\" \"npm run start:res\" \"npm run start:js:prod\"",
2017-01-23 14:22:54 +00:00
"lint": "eslint src/",
"lintall": "eslint src/ test/",
2017-01-19 02:48:17 +00:00
"clean": "rimraf lib webapp electron/dist",
"prepublish": "npm run build:compile",
2016-04-13 18:13:57 +01:00
"test": "karma start --single-run=true --autoWatch=false --browsers PhantomJS --colors=false",
2017-02-02 23:31:22 +00:00
"test-multi": "karma start"
},
"dependencies": {
2016-10-13 10:57:10 +01:00
"babel-polyfill": "^6.5.0",
2016-10-02 17:28:24 +05:30
"babel-runtime": "^6.11.6",
"browser-request": "^0.3.3",
"classnames": "^2.1.2",
"draft-js": "^0.8.1",
"extract-text-webpack-plugin": "^0.9.1",
2016-11-02 15:12:51 +00:00
"favico.js": "^0.3.10",
2017-04-30 13:11:01 +01:00
"filesize": "3.5.6",
"flux": "~2.0.3",
"gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279",
"gfm.css": "^1.1.1",
"highlight.js": "^9.0.0",
2016-10-04 11:28:28 +01:00
"linkifyjs": "^2.1.3",
2017-05-22 11:39:25 +01:00
"matrix-js-sdk": "0.7.8",
"matrix-react-sdk": "0.8.9",
2015-11-09 23:13:46 +00:00
"modernizr": "^3.1.0",
2017-04-18 17:23:34 +01:00
"pako": "^1.0.5",
2015-07-08 14:34:26 +01:00
"q": "^1.4.1",
2016-11-17 10:34:12 +00:00
"react": "^15.4.0",
2016-04-17 21:41:50 +01:00
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
2016-11-17 10:34:12 +00:00
"react-dom": "^15.4.0",
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#5e97aef",
2016-08-12 11:01:01 +01:00
"sanitize-html": "^1.11.1",
"ua-parser-js": "^0.7.10",
"url": "^0.11.0"
},
"devDependencies": {
2017-01-10 11:06:09 +00:00
"autoprefixer": "^6.6.0",
2016-10-02 17:28:24 +05:30
"babel-cli": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
2016-10-02 17:28:24 +05:30
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"chokidar": "^1.6.1",
"cpx": "^1.3.2",
2017-04-21 17:16:53 +01:00
"cross-env": "^4.0.0",
"css-raw-loader": "^0.1.1",
2017-01-11 16:27:40 +00:00
"electron-builder": "^11.2.4",
"electron-builder-squirrel-windows": "^11.2.1",
2017-04-01 01:28:44 +01:00
"emojione": "^2.2.7",
2017-01-23 14:22:54 +00:00
"eslint": "^3.14.0",
2017-01-24 13:07:34 +00:00
"eslint-config-google": "^0.7.1",
2017-01-23 14:22:54 +00:00
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^6.9.0",
2016-04-13 10:15:04 +01:00
"expect": "^1.16.0",
2016-08-02 12:42:06 +01:00
"fs-extra": "^0.30.0",
"html-webpack-plugin": "^2.24.0",
2015-10-02 11:48:52 +01:00
"json-loader": "^0.5.3",
2016-04-13 10:15:04 +01:00
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-junit-reporter": "^0.4.1",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
2016-04-13 10:15:04 +01:00
"mocha": "^2.4.5",
2015-07-22 08:25:40 +01:00
"parallelshell": "^1.2.0",
2016-04-13 10:15:04 +01:00
"phantomjs-prebuilt": "^2.1.7",
2017-01-10 11:06:09 +00:00
"postcss-extend": "^1.0.5",
"postcss-import": "^9.0.0",
2017-01-19 02:48:17 +00:00
"postcss-loader": "^1.2.2",
2017-01-10 11:06:09 +00:00
"postcss-mixins": "^5.4.1",
"postcss-nested": "^1.0.0",
"postcss-scss": "^0.4.0",
"postcss-simple-vars": "^3.0.0",
"postcss-strip-inline-comments": "^0.1.5",
2016-11-17 10:34:12 +00:00
"react-addons-perf": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"rimraf": "^2.4.3",
2015-09-25 11:43:28 +01:00
"source-map-loader": "^0.1.5",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.16.2"
2016-06-20 15:10:19 +01:00
},
"optionalDependencies": {
2017-02-03 13:51:02 +00:00
"olm": "https://matrix.org/packages/npm/olm/olm-2.2.1.tgz"
2016-11-02 18:49:28 +00:00
},
"build": {
"appId": "im.riot.app",
"category": "Network",
2017-05-18 11:38:03 +01:00
"electronVersion": "1.6.8",
2016-11-02 18:49:28 +00:00
"//asar=false": "https://github.com/electron-userland/electron-builder/issues/675",
"asar": false,
"dereference": true,
2016-11-08 15:46:21 +00:00
"//files": "We bundle everything, so we only need to include webapp/",
2016-11-02 18:49:28 +00:00
"files": [
"node_modules/**",
"src/**",
"img/**"
],
"extraResources": [
"webapp/**/*"
],
2016-12-01 11:35:26 +00:00
"linux": {
"target": "deb",
2017-05-22 16:53:46 +01:00
"category": "Network;InstantMessaging;",
2017-01-19 16:21:43 +00:00
"maintainer": "support@riot.im",
"desktop": {
2017-01-23 14:22:54 +00:00
"StartupWMClass": "riot-web"
2017-01-19 16:21:43 +00:00
}
2016-12-05 14:08:27 +00:00
},
"win": {
2016-12-05 18:02:03 +00:00
"target": "squirrel"
2017-04-13 13:39:15 +01:00
},
"directories": {
"buildResources": "electron_app/build",
"output": "electron_app/dist",
"app": "electron_app"
}
}
}