make heroku work 4 realz
This commit is contained in:
parent
0124c87ec3
commit
19a876eb76
1 changed files with 6 additions and 8 deletions
14
package.json
14
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "metamaps-frontend",
|
"name": "metamaps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Metamaps frontend - currently just tests",
|
"description": "Metamaps webpacked javascript code",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"build:watch": "webpack --watch",
|
"build:watch": "webpack --watch",
|
||||||
|
@ -17,22 +17,20 @@
|
||||||
"url": "https://github.com/metamaps/metamaps/issues"
|
"url": "https://github.com/metamaps/metamaps/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/metamaps/metamaps#readme",
|
"homepage": "https://github.com/metamaps/metamaps#readme",
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"babel-cli": "^6.11.4",
|
"babel-cli": "^6.11.4",
|
||||||
"babel-loader": "^6.2.4",
|
"babel-loader": "^6.2.4",
|
||||||
"babel-plugin-transform-class-properties": "^6.11.5",
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
||||||
"babel-preset-es2015": "^6.9.0",
|
"babel-preset-es2015": "^6.9.0",
|
||||||
"babel-preset-react": "^6.11.1",
|
"babel-preset-react": "^6.11.1",
|
||||||
|
"backbone": "^1.0.0",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"jquery": "^1.12.1",
|
"jquery": "^1.12.1",
|
||||||
"mocha": "^2.4.5",
|
"mocha": "^2.4.5",
|
||||||
"webpack": "^1.13.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"backbone": "^1.0.0",
|
|
||||||
"react": "^15.3.0",
|
"react": "^15.3.0",
|
||||||
"react-dom": "^15.3.0",
|
"react-dom": "^15.3.0",
|
||||||
"requirejs": "^2.1.1",
|
"requirejs": "^2.1.1",
|
||||||
"underscore": "^1.4.4"
|
"underscore": "^1.4.4",
|
||||||
|
"webpack": "^1.13.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue