forked from Forum-Informationsfreiheit/OffenesParlament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "offenesparlament",
"version": "0.1.0",
"devDependencies": {
"classnames": "^2.2.0",
"coffee-reactify": "^4.0.0",
"flux": "^2.1.1",
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.1.1",
"grunt-browserify": "^4.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-favicons": "benfreu/grunt-favicons",
"jquery": "^2.1.4",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-input-autosize": "^0.6.2",
"react-overlays": "^0.6.0",
"react-spin": "^0.5.0",
"tooltip": "^1.6.0",
"underscore": "^1.8.3"
}
}