-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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": "typescript_study",
"version": "1.0.0",
"description": "ts_learn",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js"
},
"keywords": [
"typescript",
"source_code",
"lfz"
],
"author": "lfz",
"license": "MIT",
"devDependencies": {
"@types/arr-diff": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"clean-webpack-plugin": "^2.0.0",
"cross-env": "^5.2.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"html-webpack-plugin": "^3.2 .0",
"prettier-eslint": "^15.0.1",
"ts-loader": "^5.3.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"moment": "^2.29.4",
"typescript": "^5.0.4"
}
}