-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1014 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
{
"name": "dataflex-custom-component",
"version": "0.1.0",
"description": "DataFlex Custom Component",
"keywords": [
"dataflex",
"custom component",
"template"
],
"homepage": "",
"license": "MIT",
"author": "Jakob Kruse <kruse@kruse-net.dk>",
"funding": "https://paypal.me/mrkruse",
"repository": "github:jkruse/dataflex-custom-component",
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-webpack-plugin": "^4.0.1",
"mini-css-extract-plugin": "^2.8.1",
"source-map-loader": "^5.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"engines": {
"node": ">=18.12.0"
},
"private": true
}