-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.02 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
{
"name": "predic-blocks",
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"main": "blocks/index.js",
"scripts": {
"dev": "cross-env webpack --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^1.2.0",
"@wordpress/eslint-plugin": "^7.3.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"classnames": "^2.2.5",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"dir-archiver": "^1.1.2",
"eslint": "^7.15.0",
"eslint-webpack-plugin": "^2.4.1",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"oddslib": "^1.0.3"
}
}