This commit is contained in:
erwanlr
2019-09-21 10:20:59 +01:00
parent 1994826af8
commit 9446141716
13 changed files with 2916 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "wordpress-accessibility-plugin",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:start-jobs/wordpress-accessibility-plugin.git",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"devDependencies": {
"resolve": "^1.12.0",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"@babel/core": "^7.6.0"
},
"dependencies": {
"vanilla-picker": "^2.9.2"
}
}