-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.68 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.68 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "theme-raed",
"version": "1.0.3",
"description": "Salla Theme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SallaApp/theme-raed.git"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no test specified\" && exit 1",
"production": "webpack --mode production",
"prod": "webpack --mode production",
"development": "webpack --mode development",
"watch": "webpack --mode development --watch"
},
"author": "Salla",
"dependencies": {
"@babel/runtime": "^7.28.6",
"animejs": "^3.2.1",
"fslightbox": "^3.7.3",
"lite-youtube-embed": "^0.2.0",
"mmenu-light": "^3.0.9",
"sweetalert2": "^11.26.17"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.5",
"@salla.sa/twilight": "^2.14.374",
"@salla.sa/twilight-components": "^2.14.374",
"@salla.sa/twilight-tailwind-theme": "^2.14.374",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^7.0.2",
"glob": "^11.0.3",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^8.0.1",
"sass": "^1.97.2",
"sass-loader": "^16.0.6",
"tailwindcss": "^3.4.19",
"webpack": "^5.103.0",
"webpack-cli": "^5.0.1"
}
}