-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 910 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 910 Bytes
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": "prototype-css",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"preview": "vite preview"
},
"dependencies": {
"@picocss/pico": "^1.5.6",
"@types/lodash": "^4.14.191",
"@types/prettier": "^2.7.1",
"@types/uuid": "^9.0.0",
"bootstrap-icons": "^1.10.2",
"chrome-types": "^0.1.155",
"lodash": "^4.17.21",
"matcher": "^5.0.0",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-shadow-root": "^6.2.0",
"react-toastify": "^9.1.1",
"sass": "^1.57.0",
"short-uuid": "^4.2.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}