-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"name": "frontend",
"version": "0.1.0",
"proxy": "http://localhost:7777",
"dependencies": {
"bootstrap": "^3.3.7",
"draft-js": "^0.10.1",
"draftjs-to-html": "^0.7.4",
"flux": "^3.1.3",
"gh-pages": "^1.2.0",
"html-to-draftjs": "0.1.0-beta14",
"jsonwebtoken": "^7.4.3",
"jspdf": "^1.4.1",
"jspdf-autotable": "^2.3.4",
"keymirror": "^0.1.1",
"lodash.set": "^4.3.2",
"mailgun-js": "^0.14.1",
"material-ui": "^0.18.6",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-draft-wysiwyg": "^1.10.7",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.1",
"react-scripts": "1.1.4",
"react-stripe-checkout": "^2.6.3",
"react-tap-event-plugin": "^2.0.1",
"reactify": "^1.1.1",
"redux": "^4.0.0",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"stripe": "^5.1.1",
"superagent": "^3.5.2",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"redux-devtools": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}