-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.73 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.73 KB
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
{
"name": "mcm-js-doc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build:ssg": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"jest": "jest",
"jest:watch": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"axios": "^1.4.0",
"crypto": "^1.0.1",
"firebase": "^9.10.0",
"mcm-js": "1.0.1-13",
"mcm-js-commons": "^0.0.75",
"mcm-js-dev": "0.0.41.13",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"styled-reset": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@firebase/testing": "^0.20.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.4.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-loader": "^8.3.0",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jsdom": "^23.0.0",
"next-router-mock": "^0.9.2",
"prettier": "2.8.4",
"ts-jest": "^29.0.5",
"typescript": "4.9.5",
"uuid": "^9.0.0"
},
"resolutions": {
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
}
}