-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.31 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
{
"name": "pantheon-content-publisher-for-wordpress",
"version": "1.2.2",
"description": "Publish WordPress content from Google Docs with Pantheon Content Cloud.",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Pantheon",
"private": "true",
"devDependencies": {
"autoprefixer": "^10.4.19",
"laravel-mix": "^6.0.49",
"net": "^1.0.2",
"node-polyfill-webpack-plugin": "^4.0.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-prefixer": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.2",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.4.4",
"tls": "^0.0.1"
},
"dependencies": {
"@pantheon-systems/pcc-sdk-core": "^3.6.0",
"axios": "^1.7.2",
"google-auth-library": "^9.10.0",
"postcss-prefix-selector": "^1.16.1"
}
}