-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
43
44
45
{
"name": "willswebsites",
"version": "1.0.0",
"description": "Will's websites main site",
"default": "/index.html",
"browserslist": "> 1%, last 2 versions, not dead, not ie 11",
"targets": {
"main": false
},
"scripts": {
"start": "parcel index.html",
"build": " parcel build index.html --dist-dir ./dist"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"author": "William Schaefermeyer",
"license": "ISC",
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"parcel": "^2.7.0",
"parcel-transformer-ogimage": "^1.0.3",
"process": "^0.11.10",
"sharp": "^0.29.3"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"core-js": "^3.22.3",
"fracty": "^1.0.9",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.1",
"regenerator-runtime": "^0.13.9",
"web-vitals": "^0.2.4"
},
"main": "index.js"
}