-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
46
{
"name": "valosan-pr-map",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "parcel build --no-source-maps --public-url '.'",
"dev": "parcel index.html -p 3000"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"buffer": "^5.7.1",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"parcel": "^2.8.3",
"postcss": "^8.4.23",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.2",
"url": "^0.11.0"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^5.13.1"
},
"targets": {
"default": {
"source": "index.js",
"distDir": "dist",
"context": "browser",
"engines": {
"browsers": "Chrome 80"
}
}
},
"browserslist": "> 0.5%, last 2 versions, not dead"
}