-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
77 lines (77 loc) · 3.2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sunflower",
"version": "2.1.0",
"description": "Sunflower 2",
"author": "Automattic Theme Team",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://github.com/Automattic/_s#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/_s.git"
},
"bugs": {
"url": "https://github.com/Automattic/_s/issues"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@wordpress/data": "^10.4.0",
"@wordpress/i18n": "^5.4.0",
"@wordpress/icons": "^10.4.0",
"@wordpress/scripts": "^28.4.0",
"@wordpress/stylelint-config": "^22.4.0",
"dir-archiver": "^2.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"rtlcss": "^3.5.0",
"sass": "^1.77.8"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
},
"scripts": {
"watch": "sass sass/style.scss ./style.css -w",
"compile:css": "sass sass/style.scss ./style.css && stylelint '*.css' --fix || true && stylelint '*.css' --fix",
"compile:build": "sass sass/style.scss ./style.css",
"compile:rtl": "rtlcss style.css style-rtl.css",
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss' 'src/**/*.scss'",
"lint:js": "wp-scripts lint-js 'js/*.js' 'src/**/*.js' 'assets/js/*.js'",
"lint:jsa": "wp-scripts lint-js",
"composer-lib": "cd lib && composer install",
"copy-node-modules": "copyfiles -u 1 node_modules/jquery-slim/dist/*.min.js node_modules/@popperjs/core/dist/umd/popper.min.js node_modules/bootstrap/dist/js/*.min.js node_modules/@fortawesome/fontawesome-free/webfonts/* node_modules/fork-awesome/fonts/* node_modules/leaflet/dist/*.js node_modules/leaflet/dist/*.css node_modules/leaflet/dist/images/* node_modules/jquery-datetimepicker/build/*.min.js node_modules/jquery-datetimepicker/build/*.min.css node_modules/lightbox2/dist/css/lightbox.min.css node_modules/lightbox2/dist/js/lightbox.min.js node_modules/lightbox2/dist/images/* node_modules/masonry-layout/dist/masonry.pkgd.min.js assets/vndr",
"bundle": "npm run copy-node-modules && cd ../ && dir-archiver --src sunflower --dest sunflower.zip --includebasedir true --exclude Makefile create-changelog.php changelog.html documentation mkdocs .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map .favorites.json",
"build": "wp-scripts build",
"start": "wp-scripts start",
"format": "wp-scripts format",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.3.2",
"copyfiles": "^2.4.1",
"fork-awesome": "^1.2.0",
"jquery-datetimepicker": "^2.5.21",
"jquery-slim": "^3.0.0",
"leaflet": "^1.9.3",
"lightbox2": "^2.11.4",
"masonry-layout": "^4.2.2",
"pa11y": "^7.0"
},
"overrides": {
"ws": "^8.18.0",
"lighthouse": "^12.1.0",
"puppeteer-core": "^22.13.1"
}
}