forked from php1301/wdssuper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abc.json
113 lines (112 loc) · 3.34 KB
/
abc.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
"dependencies": {
"@apollo/client": "^3.3.20",
"@next/bundle-analyzer": "^11.0.1",
"@reduxjs/toolkit": "^1.6.0",
"axios": "^0.21.1",
"graphql": "^15.5.1",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"next-compose-plugins": "^2.2.1",
"next-translate": "^1.0.7",
"prettier": "^2.3.1",
"react-query": "^3.17.2",
"react-redux": "^7.2.4",
"react-use": "^17.2.4",
"swr": "^0.5.6"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@storybook/addon-actions": "^6.3.0",
"@storybook/addon-essentials": "^6.3.0",
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-links": "^6.3.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.0",
"@svgr/cli": "^5.5.0",
"@types/enzyme": "^3.10.8",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"cypress": "^7.6.0",
"dotenv": "^10.0.0",
"enzyme": "^3.11.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^27.0.5",
"lint-staged": "^11.0.0",
"nock": "^13.1.0",
"postcss": "^8.3.5",
"start-server-and-test": "^1.12.5",
"style-loader": "^2.0.0",
"tailwindcss": "^2.2.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@next/bundle-analyzer": "^11.0.1",
"@reduxjs/toolkit": "^1.6.0",
"axios": "^0.21.1",
"graphql": "^15.5.1",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^7.0.1",
"prettier": "^2.3.1",
"react-query": "^3.17.2",
"react-redux": "^7.2.4",
"react-use": "^17.2.4",
"swr": "^0.5.6"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@storybook/addon-actions": "^6.3.0",
"@storybook/addon-essentials": "^6.3.0",
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-links": "^6.3.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.0",
"@svgr/cli": "^5.5.0",
"@types/enzyme": "^3.10.8",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"cypress": "^7.6.0",
"dotenv": "^10.0.0",
"enzyme": "^3.11.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^27.0.5",
"lint-staged": "^11.0.0",
"nock": "^13.1.0",
"postcss": "^8.3.5",
"start-server-and-test": "^1.12.5",
"style-loader": "^2.0.0",
"tailwindcss": "^2.2.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},