generated from brittni-and-the-polar-bear/generative-art-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "generative-art-explorer_palettes",
"version": "0.0.1",
"description": "An exploration and testing project for the palettes of the @batpb/genart library",
"main": "./out/dist/src/sketch.js",
"scripts": {
"lint": "eslint ./src",
"build": "rm -r ./out; rollup --config",
"start": "rm -r ./out; rollup --config --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brittni-and-the-polar-bear/generative-art-explorer_palettes.git"
},
"keywords": [
"code art",
"generative art",
"p5",
"p5.js",
"p5js",
"typescript"
],
"author": {
"name": "brittni and the polar bear",
"url": "https://linktr.ee/brittniandthepolarbear"
},
"contributors": [
{
"name": "brittni watkins",
"url": "https://linktr.ee/brittniwatkins"
},
{
"name": "azurepolarbear",
"url": "https://linktr.ee/azurepolarbear"
}
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/brittni-and-the-polar-bear/generative-art-explorer_palettes/issues"
},
"homepage": "https://github.com/brittni-and-the-polar-bear/generative-art-explorer_palettes#readme",
"dependencies": {
"@batpb/genart": "^1.1.0",
"@types/p5": "^1.7.6",
"p5": "^1.11.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-html": "^1.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-plugin-es-x": "^8.0.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-security": "^3.0.1",
"rollup": "^4.24.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-serve": "^1.1.1",
"size-limit": "^11.1.6",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
}
}