-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1001 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
37
38
39
{
"name": "thunderbirdaddon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack",
"styles": "npx tailwindcss -i ./src/style.css -o ./dist/output.css"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^7.1.2",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.6.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@headlessui/react": "^2.1.2",
"@popperjs/core": "^2.11.8",
"babel-loader": "^9.1.3",
"clsx": "^2.1.1",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-contenteditable": "^3.3.7",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-popper": "^2.3.0",
"react-router-dom": "^6.25.1"
}
}