49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"name": "vector-web",
|
|
"version": "0.0.1",
|
|
"description": "Vector webapp",
|
|
"author": "matrix.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vector-im/vector-web"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"style": "bundle.css",
|
|
"scripts": {
|
|
"reskindex": "reskindex vector -h src/skins/vector/header",
|
|
"build:css": "catw \"src/skins/vector/css/**/*.css\" -o vector/bundle.css -c uglifycss --no-watch",
|
|
"build:compile": "babel --source-maps -d lib src",
|
|
"build:bundle": "NODE_ENV=production webpack -p lib/vector/index.js vector/bundle.js",
|
|
"build": "npm run build:css && npm run build:compile && npm run build:bundle",
|
|
"start:js": "webpack -w src/vector/index.js vector/bundle.js",
|
|
"start:skins:css": "catw \"src/skins/vector/css/**/*.css\" -o vector/bundle.css",
|
|
"//cache": "Note the -c 1 below due to https://code.google.com/p/chromium/issues/detail?id=508270",
|
|
"start": "parallelshell \"npm run start:js\" \"npm run start:skins:css\" \"http-server -c 1 vector\"",
|
|
"clean": "rimraf lib vector/bundle.css vector/bundle.js vector/bundle.js.map",
|
|
"prepublish": "npm run build:css && npm run build:compile"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.1.2",
|
|
"filesize": "^3.1.2",
|
|
"flux": "~2.0.3",
|
|
"linkifyjs": "^2.0.0-beta.4",
|
|
"matrix-js-sdk": "^0.2.2",
|
|
"matrix-react-sdk": "^0.0.1",
|
|
"q": "^1.4.1",
|
|
"react": "^0.13.3",
|
|
"react-loader": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.8.23",
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"catw": "^1.0.1",
|
|
"http-server": "^0.8.4",
|
|
"json-loader": "^0.5.3",
|
|
"parallelshell": "^1.2.0",
|
|
"rimraf": "^2.4.3",
|
|
"source-map-loader": "^0.1.5",
|
|
"uglifycss": "0.0.15"
|
|
}
|
|
}
|