-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) ยท 2.47 KB
/
package.json
File metadata and controls
81 lines (81 loc) ยท 2.47 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "sequence-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest --watch",
"build": "cross-env ANALYZE=true NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
"@chakra-ui/react": "^1.8.7",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@next/bundle-analyzer": "^12.1.6",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/navermaps": "^3.0.13",
"@types/react-slick": "^0.23.8",
"axios": "^0.24.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"framer-motion": "^6.2.8",
"immer": "^9.0.7",
"jest": "^27.5.1",
"next": "12.0.7",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-query": "^3.34.16",
"react-quill": "^1.3.5",
"react-redux": "^7.2.6",
"react-slick": "^0.29.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@emotion/jest": "^11.8.0",
"@testing-library/user-event": "^13.5.0",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"cypress": "^9.7.0",
"eslint": "^8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"msw": "^0.39.2",
"prettier": "^2.5.1",
"typescript": "^4.7.2"
},
"description": "<br>",
"main": "jest.config.js",
"directories": {
"test": "test"
},
"repository": "git+https://github.com/cbnu-sequence/sequence-web-front.git",
"keywords": [],
"author": "ckyeon <qsky8520@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cbnu-sequence/sequence-web-front/issues"
},
"homepage": "https://github.com/cbnu-sequence/sequence-web-front#readme"
}