-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "what-code-is-faster",
"version": "1.0.0",
"description": "A browser-based tool for speedy and correct JS perf comparisons",
"private": true,
"browserslist": [
"since 2017-06"
],
"scripts": {
"start": "rm -rf .parcel-cache .cache dist && parcel src/index.html",
"build": "rm -rf .parcel-cache .cache dist && parcel build --public-url ./ src/index.html"
},
"author": "Vitaly Gordon",
"license": "MIT",
"devDependencies": {
"@parcel/transformer-sass": "2.11.0",
"@types/deep-equal": "1.0.1",
"@types/pako": "1.0.1",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-github-button": "0.1.0",
"buffer": "6.0.3",
"path-browserify": "1.0.1",
"process": "0.11.10",
"util": "0.12.5"
},
"dependencies": {
"@monaco-editor/react": "3.7.2",
"deep-equal": "2.0.5",
"monaco-editor": "0.21.2",
"pako": "2.0.2",
"panic-overlay": "1.0.42",
"parcel": "^2.11.0",
"prettier": "^2.1.2",
"prop-types": "15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-github-button": "0.1.11",
"sass": "1.29.0",
"typescript": "^4.0.5"
}
}