-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
{
"name": "@fhoke/tailor",
"version": "3.3.11",
"author": {
"name": "Seb Kay",
"email": "seb@fhoke.com",
"url": "https://www.fhoke.com"
},
"main": "./src/Tailor.js",
"repository": {
"url": "git+https://github.com/Fhoke/tailor.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "restricted"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.25.7",
"@babel/plugin-transform-template-literals": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"filemanager-webpack-plugin": "^6.1.7",
"image-minimizer-webpack-plugin": "^4.1.0",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"sass": "^1.79.4",
"sass-loader": "^14.2.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"tailor": "./tailor.js",
"test": ""
},
"bin": {
"tailor": "tailor.js"
}
}