forked from matecat/MateCat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.64 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
{
"scripts": {
"format": "prettier --write .",
"lint": "eslint --ignore-path .gitignore .",
"test": "jest --watch",
"coverage": "jest --coverage",
"prepare": "husky install support_scripts/husky"
},
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"draft-js": "^0.11.4",
"flux": "^4.0.1",
"handlebars": "^4.1.2",
"immutability-helper": "^3.1.1",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.4.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tagsinput": "^3.19.0",
"react-tiny-virtual-list": "^2.2.0",
"react-transition-group": "^4.2.2",
"react-window": "^1.8.3",
"showdown": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"grunt": "^1.4.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-strip": "^0.2.1",
"grunt-text-replace": "^0.4.0",
"husky": ">=6",
"jest": "^26.6.3",
"lint-staged": ">=10",
"msw": "^0.28.2",
"node-sass": "^6.0.0",
"prettier": "^2.2.1"
},
"version": "0.0.0"
}