-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "npx jest",
"coverage": "npx jest --coverage && node jest/openCoverage.js"
},
"dependencies": {
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@types/enzyme": "^3.10.4",
"@types/jest": "^24.0.25",
"@types/lodash": "^4.14.149",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"antd": "^3.26.6",
"babel": "^6.23.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"mobx": "^5.15.1",
"mobx-react": "^6.1.4",
"open": "^7.0.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"devDependencies": {
"@babel/preset-env": "^7.8.3",
"jest-environment-jsdom-sixteen": "^1.0.2",
"react-app-polyfill": "^1.0.6"
}
}