forked from SallaApp/theme-raed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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
{
"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": {
"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": {
"@salla.sa/twilight": "^2.12.75",
"@salla.sa/twilight-tailwind-theme": "^2.12.75",
"animejs": "^3.2.1",
"fslightbox": "^3.3.0-2",
"lite-youtube-embed": "^0.2.0",
"mmenu-light": "^3.0.9",
"sweetalert2": "^11.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.16.5",
"@salla.sa/twilight-components": "^2.12.77",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"autoprefixer": "^10.4.7",
"babel-loader": "^9.1.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.0",
"glob": "^10.3.1",
"mini-css-extract-plugin": "^2.4.3",
"postcss": "^8.4.14",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^8.0.1",
"sass": "^1.43.4",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.3.3",
"webpack": "^5.64.1",
"webpack-cli": "^5.0.1"
}
}