-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "satford",
"version": "1.0.17",
"description": "Simple API testing service for devs",
"scripts": {
"start": "mkdirp dist && cd dist && node ../fuse.js",
"bundle": "mkdirp dist && cd dist && cross-env NODE_ENV=production node ../fuse.js",
"test": "jest",
"complete:bugfix": "npm version patch",
"deploy": "npm run bundle && node scripts/dockerize.js"
},
"keywords": [
"api",
"testing",
"http",
"https"
],
"author": "Marco Busemann",
"license": "MIT",
"dependencies": {
"agenda": "1.0.3",
"agendash": "^0.4.0",
"antd": "^3.10.8",
"express": "^4.16.4",
"moment": "^2.22.2",
"mongoose": "^5.3.13",
"morgan": "^1.9.1",
"node-mattermost": "0.0.1",
"ping-wrapper2": "0.0.6",
"pubsub-js": "^1.7.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1",
"recharts": "^1.4.1",
"request-promise": "^4.2.2",
"socket.io": "^2.1.1"
},
"devDependencies": {
"@types/agenda": "^2.0.3",
"@types/express": "^4.16.0",
"@types/jest": "^23.3.9",
"@types/mongoose": "^5.3.1",
"@types/morgan": "^1.7.35",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/recharts": "^1.1.2",
"@types/socket.io": "^2.1.0",
"@types/socket.io-client": "^1.4.32",
"cross-env": "^5.2.0",
"fuse-box": "^3.6.0",
"jest": "^23.6.0",
"mongodb-memory-server": "^2.7.2",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6",
"uglify-es": "^3.3.9"
}
}