-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.23 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
{
"name": "bibliotheka",
"version": "0.1.0",
"description": "A reference manager webapp for academics",
"main": "index.js",
"scripts": {
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://oriolmirosa:[email protected]/oriolmirosa/bibliotheka.git"
},
"author": "Oriol Mirosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/oriolmirosa/bibliotheka/issues"
},
"homepage": "https://github.com/oriolmirosa/bibliotheka#readme",
"dependencies": {
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"pdfjs-dist": "^1.5.464",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"redux": "^3.6.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^2.0.0",
"pdfjs-dist": "^1.5.458",
"react-hot-loader": "^3.0.0-beta.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"optionalDependencies": {}
}