-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 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
{
"name": "emporikos-template",
"version": "0.1.0",
"homepage": "https://mxptx22.github.io/emporikos-template",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/assistant": "^4.5.11",
"@fontsource/bitter": "^4.5.10",
"@fontsource/el-messiri": "^4.5.11",
"@fontsource/la-belle-aurore": "^4.5.11",
"@fontsource/raleway": "^4.5.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"gh-pages": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-parallax-tilt": "^1.7.78",
"react-router-dom": "^6.6.1",
"react-scripts": "^5.0.1",
"react-scroll-trigger": "^0.6.14",
"tailwindcss-palette-generator": "^0.2.5"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"tailwindcss": "^3.2.4",
"twin.macro": "^3.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}