-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.87 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "tour-planning-webapp",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
"start": "nodemon",
"start:production": "./node_modules/.bin/knex migrate:latest && node --require dd-trace/init --require tsconfig-paths/register /root/private/index.js",
"build:private": "tsc",
"build:public": "webpack --config webpack.prod.config.js",
"test:lint": "yarn eslint . -c .eslintrc.js --ext .ts,.vue --max-warnings=0"
},
"author": "[email protected]",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.25.0",
"express": "^4.17.2",
"http-status-codes": "^2.2.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"pjson": "^1.0.9",
"tsconfig-paths": "^3.12.0",
"uuid": "^9.0.0",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.9",
"@types/uuid": "^9.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"css-loader": "^6.5.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-vue": "^8.3.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.0",
"webpack": "5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-middleware": "^5.3.0"
}
}