-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "algopro-web",
"version": "1.0.0",
"description": "My webpack project",
"main": "app.js",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algoproclub/algopro-web.git"
},
"author": "Kristóf Osztopáni",
"license": "MIT",
"bugs": {
"url": "https://github.com/algoproclub/algopro-web/issues"
},
"homepage": "https://github.com/algoproclub/algopro-web#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"daisyui": "^3.7.6",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"theme-change": "^2.5.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^7.0.0"
}
}