forked from inclusive-design/adaptive-palette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "adaptive-palette",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "run-p lint:*",
"lint:js": "eslint .",
"lint:markdown": "markdownlint-cli2 \"./**/*.md\" \"#node_modules\" \"#dist\"",
"test": "jest"
},
"dependencies": {
"bliss-svg-builder": "^0.1.0-alpha.4",
"htm": "^3.1.1",
"preact": "^10.13.1",
"sass": "^1.65.1",
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@babel/preset-env": "^7.22.14",
"@preact/preset-vite": "^2.5.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/preact": "^3.2.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-jest": "^29.6.4",
"eslint": "^8.47.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"markdownlint-cli2": "^0.8.1",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"vite": "^4.3.2"
}
}