This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.52 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": "elenco",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@podlove/player-actions": "^5.7.0",
"@podlove/player-react": "^5.7.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"antd": "^4.16.13",
"craco-less": "^1.17.1",
"iso-639-1": "^2.1.9",
"js-cookie": "^2.2.1",
"react": "^17.0.2",
"react-countup": "^4.4.0",
"react-dom": "^17.0.2",
"react-hotkeys-hook": "^3.3.2",
"react-scripts": "4.0.3",
"sanitize-html": "^2.4.0",
"string-strip-html": "^8.3.0",
"styled-components": "^5.0.0",
"swagger-ui-react": "^3.51.1",
"timeago-react": "^3.0.2",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"wouter": "^2.7.4"
},
"scripts": {
"start": "bash cp_public.sh && BROWSER=none craco start",
"build": "bash cp_public.sh && craco build",
"serve": "serve -S -s build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.15.0",
"@types/styled-components": "^5.1.9",
"serve": "^12.0.0"
}
}