diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-27 10:05:23 +0200 |
| commit | 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch) | |
| tree | 39a1a4629749056191c05dfd899f931701b7acf3 /srcs/wordpress/wp-content/themes/twentynineteen/package.json | |
| parent | 5afd237bbd22028b85532b8c0b3fcead49a00764 (diff) | |
| download | ft_server-master.tar.gz ft_server-master.tar.bz2 ft_server-master.zip | |
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentynineteen/package.json')
| -rw-r--r-- | srcs/wordpress/wp-content/themes/twentynineteen/package.json | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/package.json b/srcs/wordpress/wp-content/themes/twentynineteen/package.json deleted file mode 100644 index b2c6879..0000000 --- a/srcs/wordpress/wp-content/themes/twentynineteen/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "twentynineteen", - "version": "1.0.0", - "description": "Default WP Theme", - "bugs": { - "url": "https://github.com/WordPress/twentynineteen/issues" - }, - "homepage": "https://github.com/WordPress/twentynineteen#readme", - "devDependencies": { - "@wordpress/browserslist-config": "^2.5.0", - "autoprefixer": "^9.6.0", - "chokidar-cli": "^2.0.0", - "node-sass": "^4.12.0", - "npm-run-all": "^4.1.5", - "postcss-cli": "^6.1.2", - "postcss-focus-within": "^3.0.0", - "rtlcss": "^2.4.0" - }, - "rtlcssConfig": { - "options": { - "autoRename": false, - "autoRenameStrict": false, - "blacklist": {}, - "clean": true, - "greedy": false, - "processUrls": false, - "stringMap": [] - }, - "plugins": [], - "map": false - }, - "browserslist": [ - "extends @wordpress/browserslist-config" - ], - "scripts": { - "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css", - "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css", - "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css", - "build:rtl": "rtlcss style.css style-rtl.css", - "build:print": "node-sass print.scss print.css --output-style expanded && postcss -r print.css", - "build": "run-p \"build:*\"", - "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial" - } -} |
