-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 957 Bytes
/
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
{
"name": "ubc-tab-block",
"version": "1.0.0",
"description": "Tab Block for UBC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start block.js frontend.js",
"build": "wp-scripts build block.js frontend.js"
},
"author": "Christy Yao",
"license": "GPL-2.0-only",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.0",
"@wordpress/babel-preset-default": "^4.11.0",
"@wordpress/eslint-plugin": "^3.4.1",
"@wordpress/scripts": "^5.0.1",
"babel-plugin-lodash": "^3.3.4",
"classnames": "^2.2.6",
"css-loader": "^2.1.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-loader": "^3.0.0",
"prettier-eslint": "^9.0.1",
"sass": "^1.53.0",
"sass-loader": "^7.1.0",
"uuid": "^9.0.0"
},
"dependencies": {
"a11y-accordion-tabs": "^1.0.2"
}
}