-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
38
39
40
41
42
{
"name": "ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack serve --open --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@types/cli-table": "^0.3.1",
"@types/jsdom": "^21.1.1",
"axios": "^1.3.6",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"cli-table": "^0.3.11",
"core-js": "^3.30.1",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.1",
"jsdom": "^21.1.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"postcss": "^8.4.23",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.3.2",
"prettytable": "^0.3.1",
"requests": "^0.3.0",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}