-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·25 lines (25 loc) · 1.04 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
{
"name": "block-effects",
"version": "1.0.0",
"description": "Add aos.js animations to gutenberg blocks",
"repository": {
"type": "git",
"url": "https://github.com/Horttcore/wp-container-block"
},
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Ralf Hortt",
"license": "GPLv3 or later",
"devDependencies": {
"babel-preset-react": "^6.24.1",
"laravel-mix": "^2.1.14"
},
"dependencies": {
"aos": "^2.3.4",
"classnames": "^2.2.6"
}
}