forked from matecat/MateCat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"scripts": {
"format": "prettier --write .",
"lint": "eslint --ignore-path .gitignore .",
"test": "jest --watchAll",
"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",
"js-base64": "^3.6.1",
"js-cookie": "^2.2.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.19",
"moment": "^2.29.4",
"object-assign": "^4.1.1",
"platform": "1.3.6",
"prop-types": "^15.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^4.2.2",
"react-virtual": "^2.10.4",
"showdown": "^1.9.1",
"sprintf-js": "^1.1.2"
},
"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.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.9.0",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.5.1",
"grunt-sass": "^3.1.0",
"grunt-strip": "^0.2.1",
"grunt-text-replace": "^0.4.0",
"husky": ">=6",
"jest": "^27.0.5",
"lint-staged": ">=10",
"msw": "^0.30.0",
"node-sass": "^7.0.0",
"prettier": "^2.2.1",
"whatwg-fetch": "^3.6.2"
},
"version": "2.20.40"
}