-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ddd",
"packageManager": "yarn@4.5.0",
"version": "2.0.0",
"description": "Data Driven Drawings website",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/1cgonza/dddrawings"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"revisar": "astro check",
"astro": "astro",
"lint": "prettier --check .",
"lint:fix": "prettier --write --list-different ."
},
"keywords": [
"PhD",
"Experiments",
"Data",
"Drawings"
],
"author": "Juan Camilo Gonzalez <info@juancgonzalez.com> (https://juancgonzalez.com)",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/1cgonza/dddrawings/issues"
},
"homepage": "https://github.com/1cgonza/dddrawings",
"dependencies": {
"d3": "^7.9.0",
"dddrawings": "^1.0.2",
"nouislider": "^15.8.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@types/slug": "^5.0.9",
"astro": "^4.16.3",
"chalk": "^5.3.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-glsl-loader": "^1.0.13",
"sass": "^1.79.5",
"slug": "^9.1.0",
"typescript": "^5.6.3"
}
}