-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "laravel-easy-translations",
"version": "1.0.0",
"description": "Easy translation edits for laravel",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "mix watch",
"dev": "mix",
"build": "mix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joeri-Abbo/laravel-easy-translations.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Joeri-Abbo/laravel-easy-translations/issues"
},
"homepage": "https://github.com/Joeri-Abbo/laravel-easy-translations#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"flowbite": "^2.5.2",
"install": "^0.13.0",
"mix-tailwindcss": "^1.3.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.6.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.16",
"webpack": "^5.97.1",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"postcss-import": "^16.1.0"
}
}