-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.1 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": "@dawiidio/fopix",
"version": "0.0.1",
"description": "Fopix is a simple tool for creating 2D text transitions based on particle cloud",
"main": "out/index.js",
"types": "index.d.ts",
"type": "module",
"private": false,
"scripts": {
"dev": "vite dev",
"build": "tsc && tsc-alias",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fopix",
"pixelart",
"animations",
"font",
"pixel",
"threejs"
],
"author": {
"email": "[email protected]",
"name": "Dawid Wojda",
"url": "https://dawiid.io/"
},
"files": [
"out"
],
"publishConfig": {
"access": "public"
},
"license": "ISC",
"dependencies": {
"@dawiidio/tools": "^0.7.3",
"chroma-js": "^2.4.2",
"three": "^0.157.0"
},
"devDependencies": {
"@types/chroma-js": "^2.4.1",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/three": "^0.157.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.2.2",
"vite": "^4.4.11"
}
}