-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 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
26
27
28
29
30
31
32
33
34
{
"name": "mk-deployeur",
"version": "1.1.4",
"main": "./assets/scripts/index.ts",
"repository": "[email protected]:MediakodTeam/wp-plugin-deployeur.git",
"author": "Logan Blangenois <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode=production --define-process-env-node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --define-process-env-node-env=production",
"watch": "webpack --watch"
},
"devDependencies": {
"@webpack-cli/generators": "^3.0.0",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"mini-css-extract-plugin": "^2.7.1",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}