-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules",
"start": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/core": "^10.0.10",
"@wordpress/babel-preset-default": "^4.1.0",
"babel-plugin-emotion": "^10.0.9",
"babel-plugin-macros": "^2.5.1",
"babel-plugin-tailwind-components": "^0.5.10",
"babel-plugin-transform-react-jsx": "^6.24.1",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.15",
"laravel-mix-tweemotional": "^0.1.0",
"laravel-mix-wp-blocks": "^0.1.4",
"prop-types": "^15.7.2",
"tailwind.macro": "^1.0.0-alpha.8",
"tailwindcss": "^1.0.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@emotion/styled": "^10.0.11",
"emotion": "^10.0.9"
}
}