-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.97 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.97 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
{
"name": "@kleros/linguo-script",
"version": "1.0.0",
"private": false,
"description": "Linguo MetaEvidence dynamic script resolution.",
"keywords": [
"blockchain",
"ethereum",
"dapp",
"linguo",
"translation"
],
"repository": "https://github.com/kleros/linguo-script",
"license": "MIT",
"author": "Kleros",
"main": "dist/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production --progress",
"clean": "rm -rf dist",
"lint:js": "eslint --ext .js,.jsx src/"
},
"dependencies": {
"@kleros/archon": "^2.0.1",
"@kleros/linguo-contracts": "~0.1.1",
"core-js": "^3.0.0",
"web3": "1.5.2"
},
"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",
"@prettier/plugin-xml": "^0.7.2",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"dotenv-webpack": "^2.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-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-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",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}