-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"name": "fec-proxy",
"version": "1.0.0",
"description": "Robinhood.com Clone",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"author": "Catherine OKane",
"license": "ISC",
"engines": {
"node": ">=6.13.0"
},
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"chart.js": "^2.8.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-15": "^1.4.0",
"enzyme-adapter-react-16": "^1.13.1",
"express": "^4.15.0",
"jquery": "^3.4.1",
"mysql": "^2.13.0",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-svg-line-chart": "^2.0.1",
"styled-components": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"supertest": "^4.0.2",
"webpack": "^2.2.1"
}
}