-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "undraw-js",
"version": "1.0.6",
"description": "Js library for Undraw illustration",
"main": "index.js",
"type": "module",
"scripts": {
"update": "node ./bin/update.js",
"build": "webpack --config webpack.config.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BOCOVO/undraw-js.git"
},
"keywords": [
"undraw",
"ullistration",
"js",
"svg",
"image"
],
"author": "Juste Bocovo",
"license": "MIT",
"bugs": {
"url": "https://github.com/BOCOVO/undraw-js/issues"
},
"homepage": "https://github.com/BOCOVO/undraw-js#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"cli-progress": "^3.11.1",
"commander": "^9.3.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"jest": "^28.1.2",
"node-fetch": "^3.2.6",
"ora": "^6.1.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {}
}