This repository was archived by the owner on Mar 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.65 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
82
83
84
{
"name": "dodamdodam_v3",
"version": "0.1.0",
"private": true,
"dependencies": {
"@b1nd/b1nd-design-core": "^1.0.4",
"@b1nd/b1nd-react-util": "^1.0.2",
"@b1nd/b1nd-styled-components-theme": "^1.0.4",
"@b1nd/b1nd-styled-components-util": "^1.0.1",
"@b1nd/b1nd-toastify": "^1.0.3",
"@babel/runtime": "^7.18.9",
"@craco/craco": "^7.1.0",
"@react-icons/all-files": "^4.1.0",
"@sentry/react": "^7.50.0",
"@sentry/tracing": "^7.50.0",
"@team-b1nd/dodamdodam_web_component_library": "^1.2.2",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"esbuild": "^0.15.5",
"eslint-define-config": "^2.1.0",
"firebase": "^10.11.0",
"js-cookie": "^3.0.1",
"js-sha512": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-ga4": "^2.0.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.0.8",
"recoil": "^0.7.5",
"stream": "^0.0.2",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"util": "^0.12.5"
},
"scripts": {
"start": "webpack serve --config webpack.development.js --progress",
"build": "webpack --config webpack.production.js --progress",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@svgr/webpack": "^8.1.0",
"@types/gtag.js": "^0.0.11",
"@types/js-cookie": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^18.7.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.1.0",
"esbuild-loader": "^2.19.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"mini-svg-data-uri": "^1.4.4",
"process": "^0.11.10",
"react-error-overlay": "^6.0.9",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}