-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 972 Bytes
/
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
{
"name": "@flodlc/nebula",
"version": "1.0.56",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"author": "flodlc",
"files": [
"dist/*"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flodlc/nebula"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"package": "vite build --config vite-build.config.ts && yarn package:types",
"package:types": "yarn tsc",
"serve": "serve -s dist"
},
"private": false,
"devDependencies": {
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.4",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "^2.7.13"
},
"dependencies": {},
"keywords": [
"stars",
"planets",
"sky",
"background",
"animation",
"js",
"canvas"
]
}