forked from b0c1/scalajs-react-components-webjar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (49 loc) · 1.4 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-components-webjar",
"version": "1.0.1",
"description": "React Components for ScalaJS",
"author": "Janos Haber <boci.boci@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/b0c1/scalajs-react-components-webjar.git",
"main": "react-components.js",
"repository": {
"type": "git",
"url": "https://github.com/b0c1/scalajs-react-components-webjar.git"
},
"keywords": [
"react",
"material-ui"
],
"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.14.5",
"file-loader": "^0.8.4",
"gulp-decompress": "^1.1.0",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"lodash": "^3.9.3",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0",
"material-ui": "v0.14.4",
"react": "v0.14.8",
"react-dom": "v0.14.8",
"react-geomicons": "^2.0.4",
"react-infinite": "^0.7.1",
"react-select": "^1.0.0-beta",
"react-spinner": "^0.2.2",
"react-tagsinput": "^3.0.3",
"react-tap-event-plugin": "^0.2.1",
"svg-loader": "0.0.2",
"react-data-grid": "0.14.22"
},
"dependencies": {
}
}