forked from DFFR-NT/dffrnt.api
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.08 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.08 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
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
90
91
92
93
94
{
"name": "evectr.api",
"version": "4.0.4",
"description": "The official eVectr™ API.",
"keywords": [
"api",
"api-server",
"api-wrapper",
"api-rest",
"dffrnt",
"evectr"
],
"main": "main/server.js",
"engines": {
"node": ">=8.94 <10.16.3"
},
"author": {
"name": "Arian Johnson",
"email": "arian.johnson@icloud.com",
"url": "https://github.com/LeShaunJ"
},
"contributors": [
{
"name": "Ben Ashton",
"email": "benfordashton@gmail.com",
"url": "https://github.com/bashton27"
},
{
"name": "Marc Djoudi",
"email": "marcdjoudi@gmail.com",
"url": "https://github.com/mdjoudi"
}
],
"homepage": "https://evectr.com",
"repository": {
"type": "git",
"url": "https://github.com/eVectr/evectr.api/tree/v4.0.4"
},
"bugs": {
"url": "https://github.com/eVectr/evectr.api/issues"
},
"license": "MIT",
"dependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"bower": "1.8.2",
"browserify": "16.2.3",
"classnames": "2.2.5",
"dffrnt.confs": "4.0.4",
"dffrnt.model": "4.0.4",
"dffrnt.route": "4.0.4",
"dffrnt.utils": "4.0.4",
"gulp": "4.0.2",
"gulp-babel": "6.1.3",
"gulp-cssmin": "0.1.7",
"gulp-less": "3.5.0",
"gulp-nodemon": "2.2.1",
"gulp-rename": "1.2.2",
"helmet": "3.15.1",
"keymirror": "0.1.1",
"minifyify": "7.3.2",
"natives": "1.1.6",
"nodemon": "1.17.1",
"password-generator": "2.2.0",
"prop-types": "^15.7.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-redux": "7.1.0",
"react-router": "5.0.1",
"react-stripe-elements": "4.0.1",
"redux": "4.0.4",
"reflux": "6.4.1",
"spdy": "4.0.0",
"stripe": "7.8.0",
"utf-8-validate": "1.2.2",
"vinyl-source-stream": "2.0.0",
"vm2": "3.6.10",
"watchify": "3.11.0"
},
"devDependencies": {
"@types/node": "10.17.0",
"@types/reflux": "6.4.1",
"react-addons-perf": "15.4.2",
"react-devtools": "3.4.0",
"redux-devtools-extension": "^2.13.8"
},
"optionalDependencies": {
"@types/connect-redis": "0.0.11",
"@types/express": "4.17.1",
"@types/mysql": "2.15.0",
"@types/socket.io": "1.4.40"
}
}