-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "noshell-web",
"version": "1.0.0",
"repository": "git@github.com:pelinski/noshell-web.git",
"author": "Teresa Pelinski <teresapelinski@gmail.com>",
"license": "MIT",
"staticFiles": {
"staticPath": "public/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"engines": {
"node": "20.x"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.1",
"@parcel/transformer-sass": "^2.0.1",
"@parcel/transformer-webmanifest": "^2.0.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-html-parser": "^2.0.2",
"buffer": "^5.5.0",
"cfonts": "^2.10.0",
"events": "^3.1.0",
"parcel-reporter-static-files-copy": "^1.3.4",
"postcss": "^8.4.13",
"prettier": "^2.5.1",
"process": "^0.11.10"
},
"scripts": {
"build": "parcel build index.html --public-url .",
"dev": "parcel index.html --no-cache",
"start": "serve",
"clean-cache": "rm -r dist/ .parcel-cache/"
},
"dependencies": {
"async": "^2.6.4",
"ejs": "^3.1.7",
"follow-redirects": "^1.14.8",
"global": "^4.4.0",
"nanoid": "^3.1.31",
"node-forge": "^1.3.0",
"node-gyp": "^9.3.0",
"node-gyp-build-optional-packages": "^5.0.5",
"node-sass": "^8.0.0",
"parcel": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-player": "^2.9.0",
"react-router-dom": "^6.0.2",
"serve": "^13.0.2",
"surge": "^0.23.1",
"typescript": "^4.5.4",
"typewriter-effect": "^2.18.2"
}
}