-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.11 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
35
36
37
{
"name": "woo-publications",
"private": true,
"version": "1.0.0-rc.0",
"description": "woo_publications project",
"main": "src/static/woo_publications/js/woo_publications.js",
"scripts": {
"start": "npm run watch",
"build": "webpack",
"test": "echo 'no tests defined' && exit 1",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/GPP-Woo/GPP-publicatiebank.git"
},
"author": "Maykin",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@fortawesome/fontawesome-free": "^6.6.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.5",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
}
}