-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1003 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
{
"name": "htaml",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"scripts": {
"test": "mocha",
"watch": "nodemon",
"build": "npx webpack",
"update:packages": "npm update --save-dev && npm update --save"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@tsconfig/recommended": "^1.0.3",
"babel-loader": "^9.1.3",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"circular-dependency-plugin": "^5.2.2",
"nodemon": "^3.0.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
}
}