-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 825 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 825 Bytes
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
{
"name": "craft",
"version": "1.0.0",
"private": true,
"author": {
"name": "Craft CMS Starter",
"url": "https://github.com/diginov/craft"
},
"browserslist": [
"> 1%",
"not edge <= 18",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.5"
},
"scripts": {
"dev": "mix watch",
"build": "mix",
"production": "mix --production"
}
}