-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "react-circular-progress-bar",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://alptugidin.github.io/react-circular-progress-bar/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"dist": "npx tsup",
"dist:css": "postcss src/index.css -o dist/index.css",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"babel-plugin-prismjs": "^2.1.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"gh-pages": "^4.0.0",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}