-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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
{
"name": "plexus",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"build": "webpack --config webpack.config.production.js",
"postinstall": "npm run build",
"start": "node server.js",
"lint": "eslint src"
},
"author": "Thomas Wilthil",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.11.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.1.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.4",
"node-sass": "^3.13.1",
"react-hot-loader": "^3.0.0-beta.4",
"redbox-react": "^1.2.6",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"resolve-url-loader": "^1.4.3",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"autotrack": "^1.0.3",
"boron": "^0.2.3",
"classnames": "^2.2.5",
"contentful": "^3.3.14",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"lodash.kebabcase": "^4.0.1",
"lodash.mapkeys": "^4.4.0",
"mapbox-gl": "^0.20.0",
"marked": "^0.3.5",
"matchmedia-polyfill": "^0.3.0",
"postcss-loader": "^1.0.0",
"react": "^15.1.0",
"react-burger-menu": "^1.9.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-remodal": "^1.0.3",
"react-responsive": "^1.1.3",
"react-router": "^2.4.1",
"react-router-transition": "0.0.5",
"react-scroll": "^1.0.20",
"react-slick": "^0.12.2",
"react-tooltip": "^2.0.3",
"redux": "^3.5.2",
"remodal": "^1.1.0",
"sass-loader": "^3.2.0",
"scrollreveal": "^3.1.4",
"slick-carousel": "^1.6.0",
"style-loader": "^0.13.1"
}
}