-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "react-holiday-time-bar",
"version": "0.0.22",
"description": "simple holiday time bar with react",
"keywords" : ["react", "typescript", "parcel", "component", "time", "hover"],
"source": "src/lib/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:LeeMir/react-holiday-time-bar.git",
"author": "LeeMir <[email protected]>",
"license": "MIT",
"scripts": {
"start": "parcel ./src/index.html",
"publish:npm": "rm -rf dist && mkdir dist && tsc"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@parcel/transformer-sass": "2.6.2",
"@parcel/transformer-typescript-tsc": "^2.6.2",
"@types/node": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"parcel": "^2.6.2",
"process": "^0.11.10",
"sass": "^1.53.0",
"styled-reset": "^4.4.2",
"typescript": "^4.7.4"
}
}