-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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": "overview-module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack -d --watch": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crunchly/Overview-Module.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crunchly/Overview-Module/issues"
},
"homepage": "https://github.com/crunchly/Overview-Module#readme",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bootstrap": "^4.1.0",
"express": "^4.16.3",
"faker": "^4.1.0",
"jquery": "^3.3.1",
"moment": "^2.22.0",
"mongoose": "^5.0.14",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.4.3",
"react-test-renderer": "^16.3.2",
"webpack": "^4.5.0"
}
}