-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.46 KB
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
{
"name": "@dji-dev/us-web-util",
"version": "1.2.0",
"main": "dist/index.js",
"license": "All rights reserved.",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepublish": "yarn build",
"docs": "documentation readme lib/*.ts -f md --shallow --github --readme-file readme.md --section API"
},
"contributors": [
"Michael Bullington <michael.bullington@dji.com>",
"Jiuyi Zhang <jiuyi.zhang@dji.com>",
"Haixiang Yan"
],
"dependencies": {
"@types/clone-deep": "^4.0.1",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"clone-deep": "^4.0.1",
"deepmerge": "^4.2.2",
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"scrollto-with-animation": "^3.0.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@dji-dev/us-web-config": "1.0.0",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-typescript": "^6.1.0",
"@types/jest": "^26.0.13",
"@types/requestidlecallback": "^0.3.1",
"documentation": "^13.0.2",
"eslint": "^7.4.0",
"jest": "^26.4.2",
"promise-any-polyfill": "^0.1.2",
"rollup": "^2.33.3",
"ts-jest": "^26.3.0",
"typescript": "^3.9.6"
}
}