-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 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
{
"name": "dw-wordpress-201",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "chokidar './wp-content/themes/dw/assets/js/app/**/*.js' './wp-content/themes/dw/assets/css/**/*' -c 'vite build'",
"serve": "browser-sync start --proxy 'http://wordpress-demo-201.test/' --files 'wp-content/themes/dw/public/**/*' --no-https --port 8000"
},
"keywords": [],
"author": "Dylan Jacquet",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.21",
"browser-sync": "^3.0.4",
"chokidar-cli": "^3.0.0",
"glob": "^13.0.1",
"sass": "^1.97.3",
"vite": "^7.3.1"
},
"browserslist": [
"last 2 versions",
"iOS >= 10",
"IE 11",
"not IE 10",
"Firefox ESR",
"Chrome >= 50",
"Android >= 4.4",
"Safari >= 9"
]
}