-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
{
"name": "24songs",
"version": "0.1.0",
"private": true,
"dependencies": {
"css-paint-polyfill": "3.4.0",
"sass": "1.81.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-lazy-load-image-component": "1.6.2",
"react-modal": "3.16.1",
"react-scripts": "5.0.1",
"react-snap": "1.23.0",
"react-youtube": "10.1.0"
},
"scripts": {
"fetch": "node modules/getHistory",
"json": "node modules/inlineJson",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node modules/testVideos",
"eject": "react-scripts eject",
"postbuild": "react-snap && node modules/prepareDataForRss.js"
},
"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": {
"axios": "0.27.2",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.11",
"clui-live": "0.3.4",
"colors": "1.4.0",
"dotenv": "16.0.1",
"genius-lyrics": "4.3.8",
"image-downloader": "4.3.0",
"image-size": "1.0.1",
"log-update": "4.0.0",
"node-vibrant": "3.2.1-alpha.1",
"prettier": "2.6.2",
"sharp": "0.30.6",
"slugify": "1.6.5",
"webp-converter": "2.3.3"
}
}