-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.35 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.35 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
85
86
87
{
"name": "poompoom",
"version": "0.1.0",
"private": true,
"homepage": "https://TwoSSome.github.io/deploy",
"dependencies": {
"@craco/craco": "^7.1.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.4.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"axios": "^1.6.8",
"canvas-confetti": "^1.9.3",
"eslint-config-react-app": "^7.0.1",
"lodash": "^4.17.21",
"matter-js": "^0.19.0",
"react": "^18.2.0",
"react-canvas-confetti": "^2.0.7",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-lottie": "^1.2.4",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"react-slider": "^2.0.6",
"recoil": "^0.7.7",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"web-vitals": "^2.1.0",
"yup": "^1.4.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"serve": "serve -s build",
"clean": "rimraf build",
"prebuild": "npm run clean"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.7"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/TwoSSome/deploy.git"
},
"author": "dekoms <dekoms@naver.com>",
"license": "MIT"
}