-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
59 lines (59 loc) · 1.73 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
53
54
55
56
57
58
59
{
"browserslist": [
"defaults"
],
"dependencies": {
"autosize": "^6.0.1",
"p-limit": "^6.1.0",
"prismjs": "^1.29.0",
"star-rating.js": "^4.3.1",
"tippy.js": "^6.3.7",
"tua-body-scroll-lock": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@wordpress/babel-preset-default": "^8.10.0",
"autoprefixer": "^10.4.20",
"babel-plugin-prismjs": "^2.1.0",
"browser-sync": "^3.0.3",
"fast-deep-equal": "^3.1.3",
"gulp": "^5.0.0",
"gulp-bump": "^3.2.0",
"gulp-checktextdomain": "^2.3.0",
"gulp-potomo": "^1.1.0",
"gulp-pottopo": "^1.0.1",
"gulp-sort": "^2.0.0",
"gulp-wp-pot": "^2.5.0",
"laravel-mix": "^6.0.49",
"laravel-mix-bundle-analyzer": "^1.0.5",
"postcss-calc": "^10.0.2",
"postcss-custom-properties": "^14.0.3",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.0.0",
"postcss-nested": "^6.2.0",
"postcss-preset-env": "^10.0.8",
"postcss-selector-namespace": "github:pryley/postcss-selector-namespace#master",
"pump": "^3.0.2",
"rollup": "^4.24.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-postcss": "^4.0.0",
"yamljs": "^0.3.0",
"yargs": "^17.7.2"
},
"private": true,
"scripts": {
"build": "gulp && mix --production",
"development": "mix",
"lang": "gulp",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
}
}