-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.3 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.3 KB
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
38
39
40
41
{
"name": "utm-dot-codes",
"version": "1.9.1",
"description": "A plugin that makes building analytics friendly links quick and easy.",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asdfdotdev/utm.codes.git"
},
"author": "Chris Carlevato",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/asdfdotdev/utm.codes/issues"
},
"homepage": "https://utm.codes",
"devDependencies": {
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@wordpress/dependency-extraction-webpack-plugin": "^6.21.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.86.3",
"sass-loader": "^16.0.5",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.99.5",
"webpack-cli": "^6.0.1"
}
}