-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 1.02 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
{
"private": true,
"main": "public/js/tusuploader.js",
"browser": "public/js/tusuploader.js",
"scripts": {
"dev": "yarn development",
"development": "node_modules/.bin/rollup --config",
"watch": "node_modules/.bin/rollup --config --watch",
"prod": "yarn production",
"production": "node_modules/.bin/rollup --config",
"test": "jest tests-js/*",
"test:watch": "jest --watch"
},
"devDependencies": {
"axios": "^0.21.2",
"axios-mock-adapter": "^1.17.0",
"babel-eslint": "^10.0.3",
"jest": "^26.1.0",
"jest-cli": "^26.1.0",
"rollup": "^1.21.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"cuid": "^2.1.6",
"lodash.assignin": "^4.2.0",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.remove": "^4.7.0",
"mitt": "^1.2.0",
"tus-js-client": "^1.8.0"
},
"jest": {
"testURL": "http://localhost/"
}
}