-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
{
"name": "promotion-categories",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Kevin Cheung",
"license": "UNLICENSED",
"main": "src/index.tsx",
"dependencies": {
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.7.2",
"@theme-ui/core": "^0.13.1",
"axios": "^0.26.0",
"craco-alias": "^3.0.1",
"lodash": "^4.17.21",
"normalize.css": "8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-router": "6.0.2",
"react-router-dom": "6.0.2",
"react-scripts": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"jest": "^27.5.1",
"redux-mock-store": "^1.5.4",
"typescript": "4.4.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "react-scripts test"
},
"jest": {
"moduleNameMapper": {
"^~/(.*)$": "<rootDir>/src/$1"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}