forked from A100D/sketchbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.75 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
{
"name": "sketchbook",
"version": "0.0.1",
"author": "Jhey <jh3y@users.noreply.github.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/sketchbook.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/jh3y/sketchbook/issues"
},
"description": "a repository for my CodePen source",
"homepage": "https://github.com/jh3y/sketchbook#readme",
"keywords": [
"creative",
"coding",
"fun",
"experimental",
"codepen",
"javascript",
"html",
"css",
"pug",
"stylus",
"greensock",
"animation",
"whimsy"
],
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "mkcert -install && mkcert localhost",
"dev": "rm -rf dist && vite --config ./vite.config.js",
"build": "rm -rf dist && vite build --config ./vite.config.js",
"create": "plop"
},
"browserslist": "> 0.5%, chrome 95, last 2 versions, not dead",
"devDependencies": {
"98.css": "0.1.11",
"@faker-js/faker": "^7.6.0",
"color": "^4.2.3",
"plop": "^3.1.1",
"prettier": "^2.7.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"process": "^0.11.10",
"scroll-out": "^2.2.12",
"splitting": "^1.0.6",
"sweetalert": "^2.1.2",
"use-caret-position": "^0.0.2"
},
"dependencies": {
"@svgdotjs/svg.filter.js": "^3.0.8",
"@svgdotjs/svg.js": "^3.1.2",
"autoprefixer": "^10.4.12",
"bootstrap": "5.2.3",
"canvas-confetti": "^1.5.1",
"dat.gui": "^0.7.9",
"gsap": "^3.11.1",
"normalize.css": "^8.0.1",
"open-props": "^1.4.1",
"postcss-preset-env": "^7.8.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tweakpane": "^3.1.0",
"uuid": "^9.0.0",
"vite": "^3.1.3"
}
}