-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1 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
{
"name": "flcomponents",
"private": false,
"version": "1.0.0",
"type": "module",
"main": "dist/lib.js",
"files": [
"dist"
],
"types": "dist/lib.d.ts",
"scripts": {
"dev": "vite",
"build-site": "tsc && vite build",
"build": "tsc -p ./tsconfig.build.json"
},
"dependencies": {
"@types/react-helmet": "^6.1.5",
"react": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/apca-w3": "^0.1.0",
"@types/node": "^18.11.8",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"apca-w3": "^0.1.9",
"colorparsley": "^0.1.8",
"eslint": "^8.27.0",
"eslint-prettier": "^0.0.0-empty",
"hex-color-to-color-name": "^1.0.2",
"prettier": "^2.7.1",
"react-dom": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
},
"homepage": "https://github.com/flo-output/FLComponents",
"repository": {
"type": "git",
"url": "https://github.com/flo-output/FLComponents"
}
}