-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"private": true,
"name": "qwyzex",
"description": "Ihsan Fashbir's Personal Portofolio Website",
"license": "CC-BY-NC-SA-4.0",
"version": "2.1.2",
"readme": "./README.md",
"repository": {
"type": "git",
"url": "https://github.com/qwyzex/website"
},
"author": {
"name": "qwyzex",
"email": "qwyzex@yandex.com",
"url": "https://qwyzex.netlify.app"
},
"scripts": {
"build": "remix build",
"dev": "concurrently \"npm run server\" \"npm run sass\" ",
"server": "cross-env NODE_ENV=development netlify dev",
"sass": "sass --watch app/styles/sass:app/styles/css",
"postinstall": "remix setup node"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@netlify/functions": "^0.10.0",
"@remix-run/netlify": "^1.1.3",
"@remix-run/react": "^1.1.3",
"firebase": "^9.6.5",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"marked": "^4.0.12",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-cookie-consent": "^7.2.1",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.1",
"remix": "^1.1.3",
"sass": "^1.49.7",
"spinners-react": "^1.0.6",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.1.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"cross-env": "^7.0.3",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}