-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 985 Bytes
/
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
{
"name": "react-snippets",
"version": "1.0.0",
"description": "Example snippets..\n\n- Themes\n| Localization using react-intl\n| React Router\n| Layouts\n| redux-saga",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"d3": "^5.7.0",
"immutability-helper": "2.8.1",
"lodash": "4.17.11",
"prop-types": "latest",
"radium": "0.25.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-intl": "2.6.0",
"react-intl-redux": "2.0.2",
"react-redux": "5.0.7",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.4",
"react-table": "latest",
"react-with-direction": "1.3.0",
"redux": "4.0.0",
"redux-actions": "latest",
"redux-saga": "latest",
"shortid": "2.2.13",
"tree-changes": "latest"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}