-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "react-components",
"private": false,
"engines": {
"node": "8.1.4"
},
"version": "0.0.0",
"description": "Set of react components",
"keywords": [],
"dependencies": {
"express": "4.15.3",
"jsdoc": "3.5.2",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-redux": "5.0.5",
"redux": "3.6.0"
},
"scripts": {
"start": "node app.js",
"webpack:build": "webpack --progress --color --display-error-details --bail",
"webpack:watch": "webpack --progress --color --watch --display-error-details"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/maxtermax/react-components.git"
},
"author": "esneyder",
"license": "GNU",
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.0.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-destructuring": "6.23.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.5.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.23.0",
"babili-webpack-plugin": "0.1.1",
"css-loader": "0.28.3",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"foundation-sites": "6.3.1",
"jquery": "3.2.1",
"motion-ui": "1.2.2",
"node-sass": "4.5.3",
"sass-loader": "6.0.5",
"style-loader": "0.18.1",
"webpack": "2.6.1",
"webpack-notifier": "1.5.0"
}
}