-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1021 Bytes
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
{
"name": "@ln613/util",
"version": "1.17.1",
"description": "Utility functions",
"keywords": [
"javascript",
"ramda"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ln613/util.git"
},
"main": "dist",
"scripts": {
"start": "watch \"yarn build && yarn browser\" src",
"build": "babel src --out-dir dist",
"browser": "webpack",
"test": "jest"
},
"author": "Nan Li",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"watch": "^0.13.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"axios": "^0.21.1",
"cloudinary": "^1.23.0",
"esm": "^3.2.25",
"mongodb": "^3.5.7",
"mongodb-client-encryption": "^1.2.7",
"ramda": "^0.25.0"
}
}