-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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": "@holymarcell/css-scf-border",
"author": "HolyMarcell <[email protected]>",
"homepage": "https://holymarcell.github.io/css-scf-border/",
"repository": "https://github.com/HolyMarcell/css-scf-border",
"version": "0.1.9",
"license": "MIT",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"release:patch": "node release.js patch",
"release:minor": "node release.js minor",
"release:major": "node release.js major"
},
"dependencies": {
"css-paint-polyfill": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-sass": "^1.4.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/snowpack-env": "^2.3.4",
"gh-pages": "^4.0.0",
"prettier": "^2.7.1",
"snowpack": "^3.8.8",
"typescript": "^4.7.4"
}
}