-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1012 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
37
38
39
40
41
42
43
{
"name": "@mladenilic/element.js",
"version": "1.4.2",
"description": "Simple js library for generating large number of html/svg elements",
"publishConfig": {
"access": "public"
},
"main": "lib/element.js",
"scripts": {
"watch": "webpack --watch",
"build": "babel src -d lib && webpack",
"test": "webpack serve --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mladenilic/element.js.git"
},
"keywords": [
"javascript",
"create-element",
"html"
],
"files": [
"/src",
"/lib",
"/dist"
],
"author": "Mladen Ilic",
"license": "ISC",
"bugs": {
"url": "https://github.com/mladenilic/element.js/issues"
},
"homepage": "https://github.com/mladenilic/element.js",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
}
}