-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.25 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
{
"name": "gutenberg-react-on-the-frontend-practice",
"version": "1.0.0",
"description": "Our goal is to have a table in the editor, and then display that data using [React Apexcharts](https://github.com/apexcharts/react-apexcharts) for Visualisation.",
"main": "src/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts run build"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/js-advancers/gutenberg-react-on-the-frontend-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/js-advancers/gutenberg-react-on-the-frontend-practice/issues"
},
"homepage": "https://github.com/js-advancers/gutenberg-react-on-the-frontend-practice#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^2.1.0",
"@wordpress/scripts": "^3.1.0",
"autoprefixer": "^9.5.1",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"sass-loader": "^7.1.0"
},
"dependencies": {
"apexcharts": "^3.6.9",
"react-apexcharts": "^1.3.3"
}
}