mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-10 17:36:24 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "burnchart",
|
|
"version": "3.0.0-alpha",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/superstatic public --port 8080",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"async": "^1.5.2",
|
|
"classnames": "^2.2.3",
|
|
"deep-diff": "^0.3.3",
|
|
"firebase": "^2.3.2",
|
|
"lesshat": "^3.0.2",
|
|
"lodash": "^3.10.1",
|
|
"lscache": "^1.0.5",
|
|
"marked": "^0.3.5",
|
|
"moment": "^2.11.1",
|
|
"normalize.less": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"object-path": "^0.9.2",
|
|
"react": "^0.14.6",
|
|
"react-mini-router": "^2.0.0",
|
|
"semver": "^5.1.0",
|
|
"sortedindex-compare": "0.0.1",
|
|
"superagent": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.3.26",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babel-register": "^6.4.3",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^13.0.0",
|
|
"chai": "^3.4.1",
|
|
"coffeeify": "^2.0.1",
|
|
"less": "^2.5.3",
|
|
"mocha": "^2.3.4",
|
|
"proxyquire": "^1.7.3",
|
|
"superstatic": "^4.0.1",
|
|
"uglify-js": "^2.6.1",
|
|
"watch": "^0.17.1",
|
|
"watch-less": "0.0.4",
|
|
"watchify": "^3.7.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/radekstepan/burnchart.git"
|
|
},
|
|
"private": true,
|
|
"license": "LicenseRef-LICENSE"
|
|
}
|