-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.59 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
{
"name": "@kleros/linguo-automation",
"version": "0.1.0",
"private": false,
"description": "Linguo Automation Services.",
"repository": "https://github.com/kleros/linguo-automation",
"license": "MIT",
"author": "Kleros",
"scripts": {
"build": "sls webpack --out dist",
"clean": "rm -rf .webpack dist",
"deploy:kovan": "sls deploy -s kovan",
"deploy:mainnet": "sls deploy -s mainnet",
"deploy:sokol": "sls deploy -s sokol",
"deploy:xdai": "sls deploy -s xdai",
"lint:js": "eslint --ext .js,.jsx src/",
"start": "sls invoke local"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@kleros/archon": "^2.0.2",
"@kleros/erc-792": "^7.0.0",
"@kleros/linguo-contracts": "~0.4.0",
"@sendgrid/mail": "^7.4.0",
"core-js": "3",
"dayjs": "^1.8.33",
"javascript-time-ago": "^2.3.3",
"ramda": "^0.27.1",
"web3": "1.5.2",
"web3-batched-send": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/ramda": "^0.27.14",
"aws-sdk": "^2.986.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-ramda": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-prettier-standard": "^3.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-import-resolver-parcel": "^1.10.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"prettier": "^2.0.2",
"prettier-config-standard": "^1.0.1",
"prettier-plugin-packagejson": "^2.1.2",
"serverless": "^2.58.0",
"serverless-dotenv-plugin": "^3.9.0",
"serverless-dynamodb-local": "^0.2.40",
"serverless-offline": "^8.1.0",
"serverless-offline-sns": "^0.76.0",
"serverless-plugin-ifelse": "^1.0.5",
"serverless-prune-plugin": "^1.5.1",
"serverless-webpack": "^5.5.4",
"webpack": "^5.8.0",
"webpack-node-externals": "^2.5.2"
},
"volta": {
"node": "14.17.6"
}
}