-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "bookmytime",
"version": "1.0.0",
"description": "///",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"prod": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apifex/BookMyTime.git"
},
"author": "apifex",
"license": "ISC",
"bugs": {
"url": "https://github.com/apifex/BookMyTime/issues"
},
"homepage": "https://github.com/apifex/BookMyTime#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.176",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"dotenv-webpack": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"media-query-plugin": "^1.5.0",
"mini-css-extract-plugin": "^2.4.3",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@types/bootstrap": "^5.1.6",
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.0",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"lodash": "^4.17.21"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}