-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "typescript-practice",
"version": "1.0.0",
"description": "",
"main": "./scripts/app.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && npx tsc-alias && webpack --mode=production",
"preview": "vite preview",
"test": "jest --watch"
},
"author": "Gabriel Fuente",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.23.3",
"@jest/types": "^29.6.3",
"@types/express": "^4.17.15",
"@types/jest": "^29.5.11",
"@types/web": "^0.0.149",
"babel-jest": "^29.3.1",
"dts-bundle": "^0.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"kernox": "^1.1.2",
"nodemon": "^3.1.3",
"terser": "^5.17.7",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"vite": "^7.2.2",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
},
"peerDependencies": {
"kernox": "^1.1.2"
}
}