This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
109 lines (109 loc) · 2.89 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "okcandidate-platform",
"version": "0.0.0",
"description": "You don’t have to go to the polls alone. Find your OKCandidate.",
"homepage": "http://okcandidate.code4hr.org/",
"author": {
"name": "code4hr",
"email": "[email protected]",
"url": "http://code4hr.org/"
},
"main": "index.js",
"keywords": [
"",
"trails",
"trailsjs"
],
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-css-modules-transform": "^1.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"bcrypt": "^0.8.7",
"es6-promise": "^4.0.5",
"graphql": "^0.7.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sass": "^2.3.2",
"gulp-watch": "^5.0.0",
"hapi": "17.0.0",
"hapi-react-views": "^9.2.1",
"immutability-helper": "^2.2.2",
"inert": "^4.2.0",
"isomorphic-fetch": "^2.2.1",
"joi": "^10.6.0",
"lodash": "^4.17.4",
"pg": "^6.1.0",
"prop-types": "^15.5.10",
"react": "^15.3.2",
"react-burger-menu": "^1.10.9",
"react-copy-to-clipboard": "^5.0.0",
"react-dnd": "^2.4.0",
"react-dnd-multi-backend": "^2.3.7",
"react-dom": "^16.0.1",
"react-rating": "^0.7.1",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"skeleton-scss": "^2.0.4",
"trailpack-bootstrap": "^1.0.1",
"trailpack-core": "^2.0.0",
"trailpack-footprints": "^1.0.1",
"trailpack-graphql": "^0.9.0",
"trailpack-gulp": "^1.0.2",
"trailpack-hapi": "^3.1.1",
"trailpack-repl": "^1.0.0-beta-3",
"trailpack-router": "^1.0.0-beta-4",
"trailpack-sequelize": "^1.1.1",
"trails": "^1.0.0-beta-1",
"trails-controller": "^1.0.0-beta-2",
"trails-model": "^1.0.0-beta-2",
"trails-policy": "^1.0.1",
"trails-service": "1.0.0-beta-2",
"vision": "^4.1.1",
"webpack-stream": "^3.2.0",
"winston": "^2.2",
"yar": "^9.0.0",
"snyk": "^1.42.6"
},
"devDependencies": {
"chai": "^3.5.0",
"cucumber": "^2.0.0-rc.9",
"eslint": "^2.13.1",
"eslint-config-trails": "^1.0.8",
"eslint-plugin-react": "^6.6.0",
"mocha": "^2.4",
"sinon": "^2.3.8",
"supertest": "^1.2",
"zombie": "^5.0.5",
"nodemon": "^1.11.0"
},
"scripts": {
"acceptance": "cucumberjs",
"test": "eslint api frontend test/unit test/integration && mocha --recursive",
"gulp": "gulp",
"start": "npm run gulp && node server",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"babel": {
"presets": [
"react",
"es2015"
]
},
"repository": "[email protected]:wbprice/okcandidate-platform.git",
"license": "MIT",
"snyk": true
}