-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 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
35
36
37
38
39
{
"name": "@thulite/core",
"version": "1.4.0",
"description": "Official Core integration for Thulite",
"author": "Thulite",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/core.git"
},
"scripts": {
"format": "prettier **/** -w -c"
},
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@fullhuman/postcss-purgecss": "^6.0.0",
"autoprefixer": "^10.4.20",
"lazysizes": "^5.3.2",
"modern-css-reset": "^1.4.0",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"purgecss-whitelister": "^2.4.0",
"quicklink": "^2.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.5"
},
"engines": {
"node": ">=20.11.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}