This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "teamchiru_boilerplate",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "test",
"build": "webpack",
"watch": "webpack --progress --watch",
"start": "webpack-dev-server"
},
"keywords": [
"boilerplate"
],
"standard": {
"parser": "babel-eslint"
},
"author": "team-chiru",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"eslint-plugin-flowtype": "^2.39.1",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"html-webpack-react-root-plugin": "^0.9.0",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"standard": "^10.0.3",
"standard-loader": "^6.0.1",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"dependencies": {
"lodash": "^4.17.4",
"mobx": "^3.3.1",
"mobx-react": "^4.3.4",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"semantic-ui-button": "^2.2.12",
"semantic-ui-icon": "^2.2.12",
"semantic-ui-list": "^2.2.12",
"semantic-ui-menu": "^2.2.12",
"semantic-ui-react": "^0.76.0",
"semantic-ui-segment": "^2.2.12",
"semantic-ui-sidebar": "^2.2.12",
"uuid": "^3.1.0"
}
}