-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "react-clean",
"version": "1.0.0",
"main": "index.js",
"author": "Rafael Zago <rafaelszago@gmail.com>",
"repository": "git@github.com:rafaelszago/react-clean.git",
"scripts": {
"test": "jest --passWithNoTests --no-cache",
"test:watch": "yarn test -- --watch",
"test:staged": "yarn test -- --findRelatedTests",
"test:ci": "yarn test -- --coverage",
"test:cypress": "cypress open",
"start": "webpack serve --config webpack.dev.js --progress"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.9.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "^11.2.7",
"@types/axios": "^0.14.0",
"@types/faker": "^5.5.6",
"@types/jest": "^26.0.23",
"@types/node": "15.12.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"babel-jest": "^27.0.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.6",
"cypress": "^7.5.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^5.0.0",
"faker": "^5.5.3",
"git-commit-msg-linter": "3.2.6",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-localstorage-mock": "^2.4.14",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"style-loader": "^2.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.16.2",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"less": "^4.1.1",
"less-loader": "9.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
}
}