-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 926 Bytes
/
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
{
"name": "aliplayer-react",
"version": "0.8.0",
"description": "React component wrapper for aliplayer.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && cpx \"src/**/*.css\" lib && cpx \"src/deps/*\" lib/deps",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "[email protected]:wangsijie/aliplayer-react.git",
"keywords": [
"aliplayer",
"react",
"player",
"video"
],
"author": "wangsijie <[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@types/react": "^16.9.10",
"cpx": "^1.5.0",
"cross-env": "^6.0.3",
"react": "^16.11.0",
"typescript": "^3.6.4"
},
"dependencies": {
"fetch-js-from-cdn": "^0.2.0"
}
}