-
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.6 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.6 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": "share-plate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.25",
"axios": "^0.27.2",
"http-proxy-middleware": "^2.0.6",
"moment": "^2.29.4",
"net": "^1.0.2",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-daum-postcode": "^3.1.1",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-inlinesvg": "^3.0.0",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"recoil": "^0.7.4",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^5.3.5",
"typescript": "^4.7.4",
"use-long-press": "^2.0.2",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"style": "stylelint --ignore-path .gitignore '**/*.(css|tsx|ts)' --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/react-datepicker": "^4.4.2",
"@types/sockjs-client": "^1.5.1",
"@types/stompjs": "^2.3.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-plugin-named-exports-order": "^0.0.2",
"customize-cra": "^1.0.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"kakao.maps.d.ts": "^0.1.33",
"react-app-rewired": "^2.2.1",
"stylelint": "^14.9.1",
"stylelint-config-concentric-order": "^5.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-styled-components": "^0.1.1"
}
}