-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
{
"name": "adiosapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-css": "npx tailwindcss -i ./src/Assets/Css/app.css -o ./bin/css/app.css",
"build-js": "npx webpack --mode development",
"build": "npx webpack --mode development && npx tailwindcss -i ./src/Assets/Css/app.css -o ./bin/css/app.css",
"build:prod": "npx webpack --mode production"
},
"dependencies": {
"@babel/preset-env": "^7.23.9",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"@uiw/react-color-compact": "^2.3.0",
"adios": "file:./adios/src/Components",
"axios": "^1.7.4",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"html2canvas": "^1.4.1",
"moment": "^2.30.1",
"notyf": "^3.10.0",
"primereact": "^10.8.2",
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.13",
"react-images-uploading": "^3.1.7",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"react-tag-input": "^6.10.3",
"sweetalert2": "^11.10.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.3",
"@types/jquery": "^3.5.29",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"author": "",
"license": "ISC"
}