This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 2.03 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
{
"name": "subeditor",
"version": "1.0.8",
"private": false,
"author": {
"name": "Shirtiny",
"email": "[email protected]"
},
"homepage": "./",
"description": "一款免费开源的在线字幕编辑器,快速开始简单的字幕制作。",
"repository": {
"type": "git",
"url": "https://github.com/Shirtiny/SubEditor"
},
"keywords": [
"字幕",
"react",
"编辑器",
"subtitles",
"在线编辑",
"editor",
"javaScript",
"在线字幕编辑器",
"在线",
"shirtiny",
"online Subtitle",
"online subtitle Editor"
],
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"duration-time-conversion": "^1.0.1",
"flv.js": "^1.5.0",
"font-awesome": "^4.7.0",
"immer": "^7.0.1",
"joi-browser": "^13.4.0",
"js-base64": "^3.7.5",
"js-md5": "^0.7.3",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dplayer": "^0.3.3",
"react-helmet": "^6.0.0",
"react-i18nify": "^3.1.5",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-toastify": "^5.5.0",
"react-virtualized": "^9.21.2",
"shwave": "^1.9.2",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "cross-env PORT=2020 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "npx gh-pages -d build"
},
"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": {
"cross-env": "^7.0.2",
"gh-pages": "^2.2.0"
}
}