-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.21 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
{
"name": "pattern-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@smolpack/bootstrap-extensions": "^1.1.2",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chroma-js": "^2.4.2",
"colorbrewer": "^1.7.0",
"next": "15.5.18",
"react": "^18",
"react-bootstrap": "^2.10.10",
"react-dom": "^18",
"trianglify": "^4.1.1",
"unit-to-px": "^1.0.5"
},
"devDependencies": {
"@smolpack/eslint-config": "^0.0.4",
"@smolpack/prettier-config": "^1.0.5",
"@types/chroma-js": "^2.4.4",
"@types/colorbrewer": "^1.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "8.59.4",
"eslint": "^8.57.0",
"eslint-config-next": "15.5.18",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript-sort-imports": "^2.28.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"sass": "^1.99.0",
"typescript": "^5"
},
"prettier": "@smolpack/prettier-config"
}