-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.98 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "women-writers",
"version": "0.0.0",
"author": {
"name": "René van der Ark",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "scripts/server.js",
"watch": "scripts/watch.sh",
"build": "scripts/build.sh"
},
"dependencies": {
"classnames": "^2.2.5",
"hire-force-directed-graph": "git+https://github.com/HuygensING/hire-force-directed-graph#react-0.14",
"hire-forms-autocomplete-list": "git+https://github.com/Hire-Forms/hire-forms-autocomplete-list.git#react-0.14",
"hire-forms-form": "git+https://github.com/Hire-Forms/hire-forms-form.git#react-0.14",
"hire-forms-input": "git+https://github.com/Hire-Forms/hire-forms-input.git#react-0.14",
"hire-forms-multi-form": "git+https://github.com/Hire-Forms/hire-forms-multi-form.git#react-0.14",
"hire-forms-select": "git+https://github.com/Hire-Forms/hire-forms-select.git#react-0.14",
"hire-forms-select-list": "git+https://github.com/Hire-Forms/hire-forms-select-list.git#react-0.14",
"hire-forms-textarea": "git+https://github.com/Hire-Forms/hire-forms-textarea.git#react-0.14",
"hire-login": "git+https://github.com/HuygensING/hire-login.git#react-0.14",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"solr-faceted-search-react": "^0.9.0",
"xhr": "^2.2.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-plugin-object-assign": "^1.2.1",
"babelify": "^6.4.0",
"browser-sync": "^2.9.6",
"browserify": "^11.2.0",
"connect-modrewrite": "^0.8.5",
"envify": "^3.4.1",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.16.1",
"lodash.debounce": "^3.1.1",
"nib": "^1.1.0",
"nodemon": "^1.8.1",
"proxy-middleware": "^0.15.0",
"stylus": "^0.53.0",
"watchify": "^3.4.0"
}
}