-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.64 KB
/
package.json
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
{
"name": "ishadow",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"dragselect": "^2.2.2",
"node-sass": "^6.0.1",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-audio-player": "^0.17.0",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-google-login": "^5.2.2",
"react-icons": "^4.2.0",
"react-modal": "^3.14.3",
"react-player": "^2.9.0",
"react-range": "^1.8.11",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scrollbars-custom": "^4.0.27",
"redux": "^4.1.1",
"sass": "^1.42.1",
"web-vitals": "^1.1.2",
"yt-player": "^3.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"node-sass": "node-sass -wr --source-map true src/index.scss src/index.css"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "https://ishadow.kr",
"devDependencies": {
"eslint": "^7.32.0",
"prettier": "^2.4.1"
}
}