mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-22 09:35:47 +03:00
Theme: Initial commit.
This was forked from `pub/wporg-main` and `pub/wporg-plugins`, and then customized.
This commit is contained in:
commit
de191e098b
38 changed files with 4532 additions and 0 deletions
23
themes/wporg-5ftf/package.json
Normal file
23
themes/wporg-5ftf/package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "wporg-5ftf",
|
||||
"version": "1.0.0",
|
||||
"description": "Theme for WordPress.org/five-for-the-future/",
|
||||
"author": "wordpressdotorg",
|
||||
"license": "GPL-2.0+",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/WordPress/five-for-the-future"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.3.6",
|
||||
"cssnano": "^3.7.4",
|
||||
"es6-promise": "~4.0.5",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-postcss": "^0.8.0",
|
||||
"grunt-sass": "~3.0.1",
|
||||
"grunt-sass-globbing": "^1.5.1",
|
||||
"node-sass": "^4.9.3",
|
||||
"pixrem": "^3.0.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue