-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "front-aleph-website-page",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aleph-front/core": "^1.15.70",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"aleph-sdk-ts": "^3.4.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"jszip": "^3.10.1",
"next": "^13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.6",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"tailwindcss": "^3.3.2",
"twin.macro": "^3.3.1"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}