-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 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
{
"name": "awesome-load",
"version": "1.0.0",
"description": "light and safe module",
"main": "dist/esm/index.js",
"licenses": [
"MIT"
],
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs"
},
"author": "sword spear",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/BigBen3918/awesome-spin.git"
},
"dependencies": {
"@types/react": "^18.0.24",
"@types/styled-components": "^5.1.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
},
"files": [
"dist/**/*"
]
}