-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "noise-gen",
"description": "The noise generator working out of the main thread",
"license": "MIT",
"version": "0.2.19",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-spring/web": "9.5.5",
"@types/react-color": "3.0.6",
"jotai": "1.10.0",
"lodash-move": "^1.1.1",
"lodash.clamp": "^4.0.3",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-use": "17.4.0",
"react-use-gesture": "^9.1.3",
"simple-color-functions": "^0.5.1",
"simplex-noise": "^2.4.0"
},
"devDependencies": {
"@types/lodash.clamp": "4.0.7",
"@types/offscreencanvas": "^2019.7.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"postcss-import": "^15.0.0",
"sass": "1.56.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.3",
"vite": "3.2.4"
}
}