-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.2 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
{
"name": "bundle-react",
"version": "0.1.0",
"description": "Bundle 🎈",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/space-lab/Bundle-React.git"
},
"keywords": [
"bundle",
"links",
"collections",
"organisation",
"sharing"
],
"author": "SPACELAB ([email protected])",
"bugs": {
"url": "https://github.com/space-lab/Bundle-React/issues"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-0"
],
"plugins": [
"transform-runtime"
]
},
"standard": {
"parser": "babel-eslint",
"globals": [
"React"
]
},
"homepage": "https://github.com/space-lab/Bundle-React#readme",
"dependencies": {
"axios": "^0.13.0",
"immutable": "^3.7.6",
"js-cookie": "^2.1.2",
"lodash.debounce": "^4.0.7",
"moment": "^2.13.0",
"normalizr": "^2.0.1",
"react": "^15.3.0",
"react-copy-to-clipboard": "^4.2.3",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.3.0",
"react-immutable-proptypes": "^2.1.0",
"react-onclickoutside": "^5.3.2",
"react-redux": "^4.1.2",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.5",
"react-textarea-autosize": "^4.0.4",
"recompose": "^0.20.2",
"redux": "^3.4.0",
"redux-batched-actions": "^0.1.3",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.1",
"validator": "^5.5.0"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.9.2",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"redux-logger": "^2.6.1",
"standard": "^7.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"why-did-you-update": "0.0.8"
}
}