-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.87 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "fixie",
"description": "Growing on Fyn, Denmark 🇩🇰",
"main": "index.js",
"private": true,
"browserslist": "> 1%",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p 'start:*'",
"start:hugo": "hugo version && hugo server --buildDrafts",
"start:webpack": "webpack --mode=production",
"start:firefox": "open -na /Applications/Firefox.app --args '--private-window' 'http://localhost:1313/'",
"build": "run-s build:webpack build:hugo",
"build:hugo": "hugo",
"build:webpack": "webpack --mode=production",
"dev:webpack": "webpack --mode=development --watch",
"sass": "sass --load-path=node_modules/ --no-source-map themes/ulynks/assets/scss/app.scss themes/ulynks/assets/css/app.css --style=compressed",
"yarn-update": "yarn set version stable && yarn install && yarn up && yarn npm audit && npx depcheck --detailed && yarn upgrade-interactive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ulynks/fixie.git"
},
"keywords": [],
"author": "@JV-conseil",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/ulynks/fixie/issues"
},
"homepage": "https://github.com/ulynks/fixie#readme",
"dependencies": {
"@fontsource/poppins": "^5.0.14",
"@primer/css": "^21.2.2",
"jquery": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"core-js": "^3.37.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"depcheck": "^1.4.7",
"mini-css-extract-plugin": "^2.9.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"sass": "^1.75.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"yarn-audit-fix": "^10.0.7"
},
"packageManager": "yarn@4.1.1"
}