Added Dependancies
This commit is contained in:
parent
d7830bfe46
commit
a6cf88362b
1 changed files with 17 additions and 0 deletions
17
package.json
17
package.json
|
@ -16,4 +16,21 @@
|
||||||
"url": "https://github.com/RealOrangeOne/Keyboard-Mechanizer/issues"
|
"url": "https://github.com/RealOrangeOne/Keyboard-Mechanizer/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/RealOrangeOne/Keyboard-Mechanizer#readme",
|
"homepage": "https://github.com/RealOrangeOne/Keyboard-Mechanizer#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap": "^3.3.5",
|
||||||
|
"electron-prebuilt": "^0.34.0",
|
||||||
|
"immutable": "^3.7.5",
|
||||||
|
"ionicons": "^2.0.1",
|
||||||
|
"react": "^0.13.0",
|
||||||
|
"superagent": "^1.2.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"browserify": "^11.2.0",
|
||||||
|
"eslint": "^1.5.1",
|
||||||
|
"eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4",
|
||||||
|
"eslint-plugin-react": "^3.5.0",
|
||||||
|
"reactify": "^1.1.1",
|
||||||
|
"less": "^2.5.3",
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue