2015-06-10 00:40:42 +08:00
{
2015-09-16 21:13:16 +08:00
"name" : "vector-web" ,
2016-08-12 17:11:40 +08:00
"version" : "0.7.4-r1" ,
2015-09-16 21:13:16 +08:00
"description" : "Vector webapp" ,
2015-06-10 00:40:42 +08:00
"author" : "matrix.org" ,
2015-06-10 01:52:26 +08:00
"repository" : {
"type" : "git" ,
2015-09-16 21:13:16 +08:00
"url" : "https://github.com/vector-im/vector-web"
2015-06-10 01:52:26 +08:00
} ,
2015-07-03 22:56:04 +08:00
"license" : "Apache-2.0" ,
"style" : "bundle.css" ,
2015-12-01 01:31:32 +08:00
"matrix-react-parent" : "matrix-react-sdk" ,
2015-06-10 00:40:42 +08:00
"scripts" : {
2015-12-01 02:00:54 +08:00
"reskindex" : "reskindex -h src/header" ,
2016-08-10 00:14:09 +08:00
"build:emojione" : "cpx \"node_modules/emojione/assets/svg/*\" vector/emojione/svg/" ,
2015-10-29 01:39:50 +08:00
"build:modernizr" : "modernizr -c .modernizr.json -d src/vector/modernizr.js" ,
2015-12-02 02:05:43 +08:00
"build:css" : "catw \"src/skins/vector/css/**/*.css\" -o vector/components.css --no-watch" ,
2015-09-25 18:43:28 +08:00
"build:compile" : "babel --source-maps -d lib src" ,
"build:bundle" : "NODE_ENV=production webpack -p lib/vector/index.js vector/bundle.js" ,
2016-04-20 03:28:29 +08:00
"build:bundle:dev" : "NODE_ENV=production webpack --optimize-occurence-order lib/vector/index.js vector/bundle.js" ,
2016-08-02 19:42:06 +08:00
"build:staticfiles" : "scripts/staticfiles.js" ,
2016-08-10 00:52:48 +08:00
"build" : "npm run build:staticfiles && npm run build:emojione && npm run build:css && npm run build:compile && npm run build:bundle" ,
"build:dev" : "npm run build:staticfiles && npm run build:emojione && npm run build:css && npm run build:compile && npm run build:bundle:dev" ,
2016-02-25 02:41:30 +08:00
"package" : "scripts/package.sh" ,
2016-08-10 00:14:09 +08:00
"start:emojione" : "cpx \"node_modules/emojione/assets/svg/*\" vector/emojione/svg/ -w" ,
2015-09-25 18:43:28 +08:00
"start:js" : "webpack -w src/vector/index.js vector/bundle.js" ,
2016-01-22 21:17:01 +08:00
"start:js:prod" : "NODE_ENV=production webpack -w src/vector/index.js vector/bundle.js" ,
2015-12-02 02:05:43 +08:00
"start:skins:css" : "catw \"src/skins/vector/css/**/*.css\" -o vector/components.css" ,
2015-09-26 00:38:51 +08:00
"//cache" : "Note the -c 1 below due to https://code.google.com/p/chromium/issues/detail?id=508270" ,
2016-08-10 00:52:48 +08:00
"start" : "parallelshell \"npm run build:staticfiles\" \"npm run start:emojione\" \"npm run start:js\" \"npm run start:skins:css\" \"http-server -c 1 vector\"" ,
"start:prod" : "parallelshell \"npm run build:staticfiles\" \"npm run start:emojione\" \"npm run start:js:prod\" \"npm run start:skins:css\" \"http-server -c 1 vector\"" ,
"clean" : "rimraf lib vector/olm.js vector/bundle.css vector/bundle.js vector/bundle.js.map vector/webpack.css* vector/emojione" ,
2016-04-13 17:15:04 +08:00
"prepublish" : "npm run build:css && npm run build:compile" ,
2016-04-14 01:13:57 +08:00
"test" : "karma start --single-run=true --autoWatch=false --browsers PhantomJS --colors=false" ,
2016-04-13 17:15:04 +08:00
"test:multi" : "karma start"
2015-06-10 00:40:42 +08:00
} ,
"dependencies" : {
2016-02-10 22:54:49 +08:00
"babel-polyfill" : "^6.5.0" ,
2016-05-25 08:08:09 +08:00
"browser-request" : "^0.3.3" ,
2015-06-13 00:34:17 +08:00
"classnames" : "^2.1.2" ,
2016-05-27 12:47:01 +08:00
"draft-js" : "^0.7.0" ,
2015-12-02 02:05:43 +08:00
"extract-text-webpack-plugin" : "^0.9.1" ,
2015-07-08 23:25:27 +08:00
"filesize" : "^3.1.2" ,
2015-08-30 03:28:07 +08:00
"flux" : "~2.0.3" ,
2016-07-27 18:41:27 +08:00
"gemini-scrollbar" : "matrix-org/gemini-scrollbar#b302279" ,
2015-11-21 04:12:23 +08:00
"gfm.css" : "^1.1.1" ,
2015-12-02 17:26:12 +08:00
"highlight.js" : "^9.0.0" ,
2015-09-30 23:52:45 +08:00
"linkifyjs" : "^2.0.0-beta.4" ,
2016-08-12 00:45:10 +08:00
"matrix-js-sdk" : "0.5.5" ,
2016-08-12 17:09:53 +08:00
"matrix-react-sdk" : "0.6.4-r1" ,
2015-11-10 07:13:46 +08:00
"modernizr" : "^3.1.0" ,
2015-07-08 21:34:26 +08:00
"q" : "^1.4.1" ,
2016-07-22 17:47:09 +08:00
"react" : "^15.2.1" ,
2016-04-18 04:41:50 +08:00
"react-dnd" : "^2.1.4" ,
"react-dnd-html5-backend" : "^2.1.2" ,
2016-07-22 17:47:09 +08:00
"react-dom" : "^15.2.1" ,
2016-07-27 18:41:27 +08:00
"react-gemini-scrollbar" : "matrix-org/react-gemini-scrollbar#5e97aef" ,
2016-02-21 08:05:17 +08:00
"sanitize-html" : "^1.11.1"
2015-06-10 00:40:42 +08:00
} ,
"devDependencies" : {
2015-09-23 00:20:22 +08:00
"babel" : "^5.8.23" ,
2015-09-25 18:43:28 +08:00
"babel-core" : "^5.8.25" ,
"babel-loader" : "^5.3.2" ,
2015-06-10 22:54:36 +08:00
"catw" : "^1.0.1" ,
2016-08-10 00:14:09 +08:00
"cpx" : "^1.3.2" ,
2015-12-02 02:05:43 +08:00
"css-raw-loader" : "^0.1.1" ,
2016-08-10 00:14:09 +08:00
"emojione" : "^2.2.3" ,
2016-04-13 17:15:04 +08:00
"expect" : "^1.16.0" ,
2016-08-02 19:42:06 +08:00
"fs-extra" : "^0.30.0" ,
2015-09-25 18:43:28 +08:00
"http-server" : "^0.8.4" ,
2015-10-02 18:48:52 +08:00
"json-loader" : "^0.5.3" ,
2016-04-13 17:15:04 +08: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-sourcemap-loader" : "^0.3.7" ,
"karma-webpack" : "^1.7.0" ,
"mocha" : "^2.4.5" ,
2015-07-22 15:25:40 +08:00
"parallelshell" : "^1.2.0" ,
2016-04-13 17:15:04 +08:00
"phantomjs-prebuilt" : "^2.1.7" ,
2016-04-18 04:06:51 +08:00
"react-addons-perf" : "^15.0" ,
2016-08-10 00:14:09 +08:00
"react-addons-test-utils" : "^15.0.1" ,
2015-09-23 00:20:22 +08:00
"rimraf" : "^2.4.3" ,
2015-09-25 18:43:28 +08:00
"source-map-loader" : "^0.1.5" ,
2016-04-13 17:15:04 +08:00
"webpack" : "^1.12.14"
2016-06-20 22:10:19 +08:00
} ,
"optionalDependencies" : {
2016-07-11 21:53:51 +08:00
"olm" : "https://matrix.org/packages/npm/olm/olm-1.0.0.tgz"
2015-06-10 00:40:42 +08:00
}
}