forked from hashtag-repo/hashtag-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.93 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
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "splitly",
"version": "1.0.0",
"description": " # ",
"scripts": {
"build:webpack": "webpack --config webpack.config.js",
"build": "npm run clean && npm run build:webpack",
"clean": "rimraf dist/bundle.js",
"dev": "node server/serverDev.js",
"react": "webpack-dev-server --watch",
"start": "nodemon server/server.js",
"test2": "NODE_ENV=test mocha --compilers js:babel-core/register --require test/index.js \"./src/**/*.test.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashtag-repo/hashtag-repo.git"
},
"author": "hashtag",
"license": "ISC",
"bugs": {
"url": "https://github.com/hashtag-repo/hashtag-repo/issues"
},
"homepage": "https://github.com/hashtag-repo/hashtag-repo#readme",
"dependencies": {
"@google-cloud/vision": "^0.10.0",
"axios": "^0.15.3",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.15.0",
"express-session": "^1.15.1",
"material-ui": "^0.17.1",
"mongodb": "^2.2.25",
"mongoose": "^4.9.1",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.0.2",
"react-dom": "^15.4.2",
"react-grid-layout": "^0.14.4",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.23.1",
"react-router-dom": "^4.0.0",
"react-tap-event-plugin": "git+https://github.com/zilverline/react-tap-event-plugin.git",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.3",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"body-parser": "^1.17.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"chai-jsx": "^1.0.1",
"cheerio": "^0.22.0",
"enzyme": "^2.7.1",
"file-loader": "^0.10.1",
"jquery": "^3.2.1",
"jsdom": "^9.12.0",
"jsx-chai": "^4.0.0",
"material-ui": "^0.17.1",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-shallow-testutils": "^2.0.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2"
}
}