-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
31 lines (31 loc) · 899 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
31
{
"name": "every-uuid",
"version": "1.0.0",
"description": "in case I forget one",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predev": "rimraf .parcel-cache dist",
"dev": "parcel public/index.html",
"prebuild": "rimraf .parcel-cache dist",
"build": "parcel build public/index.html",
"new-component": "new-component"
},
"keywords": [],
"author": "nolen (eieio)",
"license": "ISC",
"dependencies": {
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"new-component": "^5.0.3",
"parcel": "^2.13.2",
"parcel-reporter-static-files-copy": "^1.5.3",
"prettier": "^3.4.1",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"rimraf": "^6.0.1",
"styled-components": "^6.1.13"
},
"browserslist": ">0.3%, defaults, supports es6-module"
}