-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
93 lines (93 loc) · 3.21 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "podcastindex",
"version": "0.2.1",
"user-agent-org": "Podcastindex.org/",
"user-agent-app": "www",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@hcaptcha/react-hcaptcha": "^0.3.9",
"@types/dompurify": "^2.4.0",
"@types/history": "^4.7.5",
"@types/react": "^16.9.20",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.6.1",
"@types/redux-thunk": "^2.1.0",
"apexcharts": "^3.20.0",
"canvas-confetti": "^1.5.1",
"connected-react-router": "^6.7.0",
"crypto-js": "^4.0.0",
"dompurify": "^2.4.3",
"dotenv": "^8.2.0",
"dotenv-webpack": "^8.0.1",
"ejs": "^3.1.9",
"express": "^4.17.1",
"history": "^4.10.1",
"moment": "^2.29.0",
"node-fetch": "^2.6.8",
"pluralize": "^8.0.0",
"podcast-index-api": "^1.1.9",
"query-string": "^6.13.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-h5-audio-player": "^3.8.2",
"react-infinite-scroll-component": "^6.1.0",
"react-loading": "^2.0.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reduxsauce": "^1.1.2",
"shortid": "^2.2.15",
"threadcap": "^0.1.9",
"typesafe-actions": "^5.1.0",
"uuid": "^8.3.2",
"webln": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/node-logger": "^6.0.21",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.21",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^3.4.2",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.0",
"prettier": "^2.1.1",
"react-is": "^16.13.1",
"react-scripts": "3.2.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^4.1.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"dev": "webpack-dev-server --env.file=development --mode development --devtool inline-source-map",
"build": "webpack",
"production": "NODE_ENV='production' && webpack --env.file=production --mode production && node server",
"start": "node server",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"format": "prettier --write 'src/**/*.js'",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
}
}