-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "spacialon",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"test": "mocha --require specs/setup.js --compilers js:babel-core/register -w \"specs/**/*.spec.js\" ",
"start": "webpack -w & node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guilleasz/spacialon.git"
},
"dependencies": {
"axios": "^0.16.2",
"blueimp-load-image": "^2.12.2",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"bootstrap-loader": "^2.1.0",
"express": "^4.14.1",
"express-session": "^1.15.3",
"firebase": "^4.1.3",
"inline-style-prefixer": "^3.0.6",
"jquery": "^3.2.1",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"react": "^15.4.2",
"react-anime": "^0.3.4",
"react-dom": "^15.4.2",
"react-fade": "^1.1.1",
"react-flipcard": "^0.2.1",
"react-material-snackbar": "^3.0.0",
"react-redux": "^5.0.2",
"react-redux-firebase": "^1.4.1",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"css-loader": "^0.26.4",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"file-loader": "^0.11.2",
"jquery": "^3.2.1",
"jsdom": "^11.0.0",
"mocha": "^3.3.0",
"node-sass": "^4.5.3",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.6.1",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"sinon": "^2.3.5",
"sinon-chai": "^2.11.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.9",
"webpack": "^2.2.1"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guilleasz/spacialon/issues"
},
"homepage": "https://github.com/guilleasz/spacialon#readme"
}