This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
{
"name": "order-order",
"version": "1.0.0",
"description": "A swiss army knife of various forms of structured debates.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-css": "node-sass --include-path scss sass/main.scss static/css/main.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ftlabs/order-order.git"
},
"keywords": [
"ftlabs"
],
"author": "ftlabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/ftlabs/order-order/issues"
},
"homepage": "https://github.com/ftlabs/order-order#readme",
"dependencies": {
"@financial-times/okta-express-middleware": "0.0.3",
"aws-sdk": "^2.577.0",
"body-parser": "^1.19.0",
"cookie-session": "^1.3.3",
"debug": "^2.3.3",
"dotenv": "^7.0.0",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"express-hbs": "^2.3.0",
"helmet": "^3.21.2",
"snyk": "^1.290.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"node-sass": "^4.13.0",
"nodemon": "^1.19.4",
"tar": "^4.4.13",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "8.9.x"
},
"snyk": true
}