-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"homepage": "https://rtuitlab.github.io/landingTestBuild",
"name": "RTUITLab",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./src/index.pug ./src/achievements/*.pug ./src/projects/*.pug --open -p 3000 --out-dir build --no-cache",
"predeploy": "npm ci && jake && exit 0",
"deploy": "gh-pages -d build -b gh-pages-pr"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^4.0.2",
"minify": "^6.0.1",
"pug": "^3.0.2",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"swiper": "^8.0.7"
},
"devDependencies": {
"compress-images": "^2.0.5",
"cssnano": "^5.1.0",
"gh-pages": "^3.2.3",
"i": "^0.3.7",
"jake": "^10.8.2",
"lodash.escaperegexp": "^4.1.2",
"node-fetch": "^3.2.10",
"npm": "^8.11.0",
"parcel-bundler": "^1.12.5",
"parcel-plugin-clean-easy": "^1.0.2",
"postcss": "^8.4.7",
"prettier": "2.5.1",
"replace-in-file": "^6.3.2",
"request": "^2.88.2",
"sass": "^1.49.9",
"sharp": "^0.30.5",
"try-to-catch": "^3.0.1",
"typescript": "^4.6.2",
"xhr2": "^0.2.1"
}
}