-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 868 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 868 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
{
"name": "kaban",
"version": "0.0.1",
"main": "main.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --mode development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"mini-css-extract-plugin": "^2.4.5",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"ast-types": "^0.13.2",
"imports-loader": "^0.8.0",
"simple-html-tokenizer": "^0.5.9",
"uuid": "^9.0.0"
},
"description": "Kaban"
}