This repository has been archived by the owner on Sep 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.8 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
{
"name": "gs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "hjs-dev-server",
"build": "set NODE_ENV=production&& webpack",
"deploy": "gulp sftp",
"yolo": "npm run build && npm run deploy",
"test": "standard"
},
"author": "",
"license": "ISC",
"dependencies": {
"ampersand-app": "2.0.0",
"bootstrap": "3.3.7",
"file": "0.2.2",
"hapi": "16.1.0",
"history": "4.5.1",
"inert": "4.1.0",
"jquery": "3.1.1",
"node-libs-browser": "2.0.0",
"react": "15.4.2",
"react-bootstrap": "0.30.7",
"react-dom": "15.4.2",
"react-router": "3.0.1",
"reactify": "1.1.1",
"surge": "0.18.0",
"underscore": "1.8.3"
},
"devDependencies": {
"hjs-webpack": "8.4.3",
"json-loader": "0.5.4",
"babel": "6.5.2",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.16.0",
"autoprefixer-core": "6.0.1",
"css-loader": "0.26.1",
"file-loader": "0.9.0",
"postcss-loader": "1.2.2",
"stylus": "0.54.5",
"stylus-loader": "2.4.0",
"url-loader": "0.5.7",
"require-dir": "0.3.1",
"style-loader": "0.13.1",
"gulp": "3.9.1",
"gulp-sftp": "0.1.5",
"eslint": "3.13.1",
"eslint-config-airbnb": "14.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.9.0",
"webpack": "1.14.0",
"webpack-hot-middleware": "2.15.0",
"react-imageloader": "2.1.0",
"react-loadermixin": "1.0.4",
"react-transform-hmr": "1.0.4",
"react-hot-loader": "1.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/barbalex/gs.git"
}
}