-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
{
"name": "ds-webirc-client",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"bootstrap": "^3.3.5",
"classnames": "^2.2.0",
"colors": "^1.1.2",
"fs-extra": "^0.26.2",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.6.0",
"history": "^1.13.0",
"immutable": "^3.7.5",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"normalize-opentype.css": "^0.2.4",
"normalize.css": "^3.0.3",
"react": "^0.14.2",
"react-components": "^0.4.0",
"react-dom": "^0.14.2",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"react-select": "^0.9.1",
"redux": "^3.0.4",
"webpack": "^1.12.3",
"webpack-stream": "^2.1.1"
}
}