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
97 lines (97 loc) · 2.64 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
93
94
95
96
97
{
"name": "ae",
"version": "1.0.0",
"description": "arteigenschaften.ch",
"main": "index.js",
"scripts": {
"start": "hjs-dev-server",
"clean": "gulp cleanPublic",
"prebuild": "npm run clean",
"build": "set NODE_ENV=production&& webpack",
"test": "eslint src/**",
"deploy": "gulp sftp",
"yolo": "npm run build && npm run deploy && npm run clean"
},
"author": "Alexander Gabriel",
"license": "ISC",
"dependencies": {
"amp-add-class": "1.1.0",
"amp-has-class": "1.0.3",
"amp-toggle-class": "1.1.0",
"ampersand-app": "2.0.0",
"aphrodite": "0.5.0",
"autolinker": "0.28.0",
"autoprefixer-core": "6.0.1",
"babel-polyfill": "6.13.0",
"bootstrap": "3.3.7",
"browser-filesaver": "1.1.1",
"classnames": "2.2.5",
"d3-dsv": "1.0.1",
"d3-hierarchy": "1.0.2",
"es6-promise": "3.2.1",
"hapi": "14.2.0",
"inert": "4.0.2",
"jquery": "3.1.0",
"lodash": "4.15.0",
"moment": "2.14.1",
"node-libs-browser": "1.0.0",
"pouchdb": "5.4.5",
"pouchdb-authentication": "0.5.3",
"react": "15.3.1",
"react-bootstrap": "0.30.3",
"react-copy-to-clipboard": "4.2.3",
"react-custom-scrollbars": "4.0.0",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router": "2.7.0",
"react-router-redux": "4.0.5",
"react-textarea-autosize": "4.0.4",
"react-typeahead": "2.0.0-alpha.5",
"redux": "3.5.2",
"redux-logger": "2.6.1",
"redux-promise": "0.5.3",
"redux-thunk": "2.1.0",
"reflux": "0.4.1",
"whatwg-fetch": "1.0.0",
"xlsx": "0.8.0"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-2": "6.13.0",
"css-loader": "0.24.0",
"del": "2.2.2",
"eslint": "3.3.1",
"eslint-config-airbnb": "10.0.1",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "2.1.0",
"eslint-plugin-react": "6.1.2",
"exports-loader": "0.6.3",
"expose-loader": "0.7.1",
"file-loader": "0.9.0",
"gulp": "3.9.1",
"gulp-sftp": "0.1.5",
"hjs-webpack": "8.3.0",
"imports-loader": "0.6.5",
"json-loader": "0.5.4",
"postcss-loader": "0.10.1",
"react-hot-loader": "1.3.0",
"require-dir": "0.3.0",
"script-loader": "0.7.0",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.3.1",
"surge": "0.18.0",
"url-loader": "0.5.7",
"webpack": "1.13.2"
},
"repository": {
"type": "git",
"url": "git://github.com/barbalex/ae.git"
}
}