forked from methnen/m-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 836 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
{
"name": "m-chart",
"devDependencies": {
"@wordpress/scripts": "26.9.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-dart-sass": "^2.0.1",
"grunt-wp-deploy": "^2.1.2",
"grunt-wp-readme-to-markdown": "^2.1.0",
"matchdep": "^2.0.0"
},
"dependencies": {
"@wordpress/icons": "9.18.0",
"grunt": "^1.4.0",
"lodash": "^4.17.21"
},
"scripts": {
"build": "wp-scripts build --output-path=components/block --webpack-src-dir=components/block-src",
"watch": "wp-scripts start --output-path=components/block --webpack-src-dir=components/block-src",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:methnen/m-chart.git"
}
}