forked from chandu0101/scalajs-react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"name": "scalajs-react-template-webpack",
"version": "0.1.0",
"description": "Sample project that uses scalajs-react and scalacss",
"repository": {
"type": "git",
"url": "https://github.com/chandu0101/scalajs-react-template-webpack.git"
},
"scripts": {
"start": "webpack --watch & webpack-dev-server --progress --colors --port 8090",
"build": "webpack --config webpack.config.prod.js"
},
"devDependencies": {
"compression-webpack-plugin": "^0.2.0",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"gulp-decompress": "^1.1.0",
"image-webpack-loader": "^1.6.1",
"imagemin": "^4.0.0",
"less": "^2.3.1",
"less-loader": "^2.2.2",
"lodash": "^4.14.1",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"material-ui": "v0.15.2",
"elemental": "v0.5.14",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-addons-create-fragment": "^15.3.0",
"react-addons-pure-render-mixin": "^15.3.0",
"react-addons-transition-group": "^15.3.0",
"react-addons-update": "^15.3.0",
"react-geomicons": "^2.0.4",
"react-infinite": "^0.7.1",
"react-select": "^1.0.0-beta",
"react-spinner": "^0.2.3",
"react-slick": "^0.9.3",
"react-tagsinput": "^3.0.3",
"react-tap-event-plugin": "^1.0.0",
"svg-loader": "0.0.2",
"highlight.js": "8.9.1"
}
}