-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "rich-text-autocomplete",
"version": "0.1.0",
"private": true,
"dependencies": {
"draft-js": "^0.10.1",
"draft-js-hashtag-plugin": "^2.0.0-rc7",
"draft-js-mention-plugin": "^2.0.0-rc7",
"draft-js-plugins-editor": "^2.0.0-rc7",
"es6-shim": "^0.35.3",
"history": "^4.7.2",
"material-ui": "^0.19.1",
"prop-types": "^15.5.10",
"radium": "^0.19.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-redux": "^5.0.0-alpha.6",
"react-scripts": "1.0.13",
"redux": "^3.7.2",
"reselect": "^3.0.1"
},
"devDependencies": {
"deep-freeze": "0.0.1",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"react-test-renderer": "^15.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}