-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·131 lines (131 loc) · 4.09 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "vaporconnoisseur",
"version": "0.2.0",
"description": "Vapor Connoisseur",
"main": "index.js",
"scripts": {
"test": "karma start",
"clean": "rimraf public",
"build:prod": "yarn run clean && NODE_ENV=production webpack",
"build": "yarn run clean && webpack",
"start": "webpack-dev-server",
"serve": "yarn babel-node app.js --presets es2015,stage-2",
"heroku-postbuild": "webpack"
},
"author": "Julian Jorgensen",
"license": "MIT",
"engines": {
"node": "10.11.0"
},
"dependencies": {
"animated": "^0.2.0",
"async": "^2.3.0",
"autoprefixer": "^6.7.5",
"axios": "^0.16.1",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"better-react-spinkit": "^2.0.2",
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"compression": "^1.7.1",
"compression-webpack-plugin": "^0.4.0",
"contentful": "^4.6.2",
"copy-webpack-plugin": "^4.0.1",
"cors": "^2.8.3",
"css-loader": "^0.26.2",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.4.2",
"express": "^4.13.4",
"express-fileupload": "^0.3.0",
"express-static-gzip": "^0.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.10.0",
"fs": "^0.0.1-security",
"history": "^4.7.2",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"morgan": "^1.8.1",
"nodemailer": "^4.0.1",
"nodemailer-mailgun-transport": "^1.3.4",
"normalize.css": "^7.0.0",
"postcss": "^6.0.11",
"postcss-cssnext": "^3.0.2",
"postcss-each": "^0.10.0",
"postcss-easings": "^1.0.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-mixins": "^6.1.0",
"postcss-remify": "^1.0.1",
"prop-types": "^15.6.0",
"pug": "^2.0.0-beta11",
"querystring": "^0.2.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-test-utils": "^15.4.2",
"react-collapse": "^4.0.3",
"react-cookie": "^2.1.1",
"react-document-meta": "^2.1.1",
"react-dom": "^15.4.2",
"react-dropzone": "^4.2.1",
"react-file-input": "^0.2.5",
"react-ga": "^2.1.2",
"react-headroom": "^2.2.1",
"react-html-parser": "^2.0.1",
"react-image-diff": "https://github.com/JulianJorgensen/react-image-diff",
"react-markdown": "^2.5.0",
"react-parallax": "^1.5.0",
"react-plx": "^0.2.0",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.2",
"react-responsive": "^3.0.0",
"react-router-dom": "^4.1.1",
"react-router-hash-link": "^1.1.0",
"react-router-redux": "next",
"react-router-transition": "^1.1.1",
"react-select": "^1.0.0-rc.10",
"react-svg-inline-loader": "^0.2.2",
"react-toolbox": "^2.0.0-beta.12",
"react-transition-group": "^2.2.1",
"react-visibility-sensor": "^3.11.0",
"redux": "^3.6.0",
"redux-api-middleware": "^2.0.0-beta.3",
"redux-auth-wrapper": "^2.0.2",
"redux-form": "^7.1.1",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"shopify-buy": "alpha",
"smoothscroll-polyfill": "^0.3.6",
"stats-webpack-plugin": "^0.4.3",
"style-loader": "^0.13.1",
"svg-react-loader": "^0.4.5",
"svg-sprite-loader": "^3.1.6",
"svg-url-loader": "^2.0.2",
"svgo-loader": "^1.2.1",
"url-loader": "^0.5.7",
"webpack": "^3.5.4",
"webpack-merge": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"webpack-dev-server": "^2.4.1"
}
}