-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "@dkocsis-emarsys/bamboo",
"version": "8.3.2",
"description": "Bamboo is a multipurpose, easy to use extension of the base HTMLElement class.",
"main": "dist/index.js",
"scripts": {
"start": "webpack serve --hot --mode development --port 27960",
"build": "webpack --mode production",
"test": "mocha --require ./happy-dom.js --require @babel/register \"./test/**/*.spec.js\""
},
"author": "dkocsis-emarsys",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dkocsis-emarsys/bamboo.git"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/node": "7.13.12",
"@babel/preset-env": "7.13.12",
"@babel/register": "^7.13.8",
"babel-loader": "8.2.2",
"browserslist": "4.16.3",
"chai": "4.3.4",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.9.1",
"happy-dom": "2.11.2",
"mocha": "8.3.2",
"webpack": "5.28.0",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"@dkocsis-emarsys/bamboo-state": "4.2.3",
"uhtml": "2.6.2"
}
}