-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.05 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.05 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "starter",
"version": "1.0.0",
"description": "Receipe application",
"default": "index.html",
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.3",
"base-x": "^3.0.9",
"binary-extensions": "^2.3.0",
"braces": "^3.0.2",
"browserslist": "^4.23.0",
"caniuse-lite": "^1.0.30001600",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"chrome-trace-event": "^1.0.3",
"clone": "^2.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"core-js": "^3.36.1",
"detect-libc": "^1.0.3",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"electron-to-chromium": "^1.4.722",
"escalade": "^3.1.2",
"fill-range": "^7.0.1",
"fractional": "^1.0.0",
"fsevents": "^2.3.3",
"glob-parent": "^5.1.2",
"has-flag": "^4.0.0",
"immutable": "^4.3.5",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"json5": "^2.2.3",
"lmdb": "^2.8.5",
"lru-cache": "^6.0.0",
"micromatch": "^4.0.5",
"msgpackr": "^1.10.1",
"msgpackr-extract": "^3.0.2",
"node-addon-api": "^7.1.0",
"node-gyp-build-optional-packages": "^5.1.1",
"node-releases": "^2.0.14",
"normalize-path": "^3.0.0",
"nullthrows": "^1.1.1",
"ordered-binary": "^1.5.1",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"regenerator-runtime": "^0.14.1",
"safe-buffer": "^5.2.1",
"sass": "^1.72.0",
"semver": "^7.6.0",
"source-map-js": "^1.2.0",
"supports-color": "^7.2.0",
"to-regex-range": "^5.0.1",
"tslib": "^2.6.2",
"update-browserslist-db": "^1.0.13",
"utility-types": "^3.11.0",
"weak-lru-cache": "^1.2.2",
"yallist": "^4.0.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0",
"parcel": "^2.12.0"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --no-scope-hoist --dist-dir ./dist"
},
"author": "Chilukuri Srikanth Reddy",
"license": "ISC"
}