-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "tracky",
"description": "Track your watched movies and TV shows",
"homepage": "https://selfcoders.com/projects/tracky",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"@types/daterangepicker": "^3.1.8",
"@types/mustache": "^4.2.5",
"bootstrap": "^5.3.2",
"daterangepicker": "^3.1.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"clean-webpack-plugin": "^4.0.0",
"css": "^3.0.0",
"css-loader": "^6.9.0",
"loader": "^2.1.1",
"mini-css-extract-plugin": "^2.7.7",
"postcss-loader": "^7.3.4",
"sass": "^1.69.7",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.105.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"watch": "webpack --mode development --watch"
}
}