-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "react-semantic-ui-boilerplate",
"description": "reactjs boilerplate",
"license": "MIT",
"repository":"tamhv/react-semantic-ui-boilerplate",
"homepage":"https://github.com/tamhv/react-semantic-ui-boilerplate",
"author": "Tam Huynh <[email protected]>",
"version": "1.0.0",
"private": true,
"dependencies": {
"apisauce": "^0.14.3",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "v5.0.0-alpha.9",
"react-scripts": "1.1.4",
"redux-saga": "^0.16.0",
"reduxsauce": "^0.7.0",
"seamless-immutable": "^7.1.3",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"reactotron-apisauce": "^1.13.0",
"reactotron-react-js": "^1.13.0",
"reactotron-redux": "^1.13.0",
"reactotron-redux-saga": "^1.13.0"
}
}