-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
{
"name": "codepoints.net",
"version": "2.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codepoints/Codepoints.net.git"
},
"keywords": [
"Unicode",
"codepoint",
"character",
"website"
],
"author": "Manuel Strehl",
"license": "ISC",
"bugs": {
"url": "https://github.com/Codepoints/Codepoints.net/issues"
},
"homepage": "https://github.com/Codepoints/Codepoints.net#readme",
"devDependencies": {
"eslint": "^9.15.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-wc": "^2.0.4",
"po2json": "^0.4.5",
"postcss": "^8.4.16",
"postcss-custom-media": "^11.0.5",
"postcss-custom-media-generator": "^1.1.0",
"postcss-preset-env": "^10.1.1",
"redoc-cli": "^0.13.8",
"rollup-plugin-minify-html-literals": "^1.2.6",
"typescript-eslint": "^8.15.0",
"vite": "^6.2.2",
"workbox-cli": "^7.0.0"
},
"dependencies": {
"@barba/core": "^2.9.7",
"@fortawesome/fontawesome-free": "^6.0.0",
"lit": "^3.1.2"
}
}