-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 Bytes
/
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
{
"name": "cloudfest-cookies",
"version": "0.1.0",
"description": "Cloudfest Hackathon 2023 Cookie Analysis Tool",
"private": true,
"scripts": {
"watch": "webpack --mode=development --watch --config config/webpack.config.js",
"clean": "rm -rf build && rm -rf react/build && echo 'Cleaned everythin'"
},
"workspaces": [
"react"
],
"devDependencies": {
"@types/cookie": "^0.5.1",
"chrome-types": "^0.1.179",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"js-confetti": "^0.11.0",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.76.2",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"cookie": "^0.5.0",
"material-design-lite": "^1.3.0",
"material-icons-font": "^2.1.0",
"react-scripts": "^5.0.1",
"simple-cookie": "^1.0.13"
}
}