forked from joy-of-react/project-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 805 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
{
"name": "toast-component",
"version": "0.1.0",
"private": true,
"author": "Josh Comeau <[email protected]>",
"dependencies": {
"@parcel/config-default": "^2.10.3",
"eslint": "^8.49.0",
"eslint-config-react-app": "^7.0.1",
"new-component": "5.0.2",
"parcel": "^2.10.3",
"parcel-reporter-static-files-copy": "1.5.2",
"prettier": "2.6.2",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "2.0.10",
"rimraf": "^5.0.1"
},
"scripts": {
"predev": "rimraf .parcel-cache dist",
"dev": "parcel public/index.html",
"build": "parcel build public/index.html",
"new-component": "new-component"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"staticFiles": {
"staticPath": "assets"
}
}