-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "architecture-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"extract": "formatjs extract",
"compile": "formatjs compile"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"gray-matter": "^4.0.3",
"next": "12.2.5",
"next-intl": "^2.7.5",
"node-sass": "^7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.1.1",
"react-redux": "^8.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@formatjs/cli": "^5.1.0",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^9.8.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^7.0.39",
"sass": "^1.54.9",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "4.8.2"
}
}