-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
89 lines (89 loc) · 2.29 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "thesis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "webpack",
"start": "node server.js",
"test": "jest"
},
"engines": {
"node": "8.5.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"better-react-spinkit": "^2.0.2",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chart.js": "^2.7.0",
"child_process": "^1.0.2",
"cloudconvert": "^1.1.2",
"cloudinary": "^1.9.1",
"compression": "^1.7.1",
"cron": "^1.3.0",
"datauri": "^1.0.5",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"firebase": "^4.5.0",
"fs": "0.0.1-security",
"is-up": "^2.0.0",
"jquery": "^3.2.1",
"material-ui": "^0.19.4",
"materialize-css": "^0.100.2",
"moment": "^2.19.1",
"nightmare": "^2.10.0",
"node-resemble-js": "^0.2.0",
"nodemailer": "^4.3.0",
"nodemon": "^1.12.1",
"pdf2json": "^1.1.7",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"promise-polyfill": "^6.0.2",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-test-utils": "^15.6.2",
"react-chartjs-2": "^2.6.4",
"react-dom": "^16.0.0",
"react-fontawesome": "^1.6.1",
"react-materialize": "^1.0.16",
"react-modal": "^3.0.3",
"react-pdf-js": "^2.0.5",
"react-router-dom": "^4.2.2",
"react-tooltip": "^3.4.0",
"reactstrap": "^4.8.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.13.8",
"sequelize-cli": "^3.0.0",
"sinon": "^4.0.2",
"striptags": "^3.1.0",
"twilio": "^3.9.1",
"twit": "^2.2.9",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.0",
"x-ray": "^2.3.2"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-polyfill": "^6.0.16",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"react-test-renderer": "^16.0.0"
}
}