-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "stratego-site",
"description": "Stratego website",
"license": "MIT",
"author": {
"name": "Stratego Techonlogies SpA",
"email": "[email protected]",
"url": "https://stratego.cl"
},
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"dev:ssl": "next dev --experimental-https",
"build": "next build",
"export": "next export",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"lint:next": "next lint",
"lint:spell": "cspell lint",
"lint": "coffee scripts/full-lint.coffee",
"cert": "coffee scripts/deploy-cert.coffee"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@popperjs/core": "2.11.8",
"@stdlib/random": "0.3.3",
"@stdlib/string": "0.3.3",
"@vercel/analytics": "1.4.0",
"a11y-react-emoji": "1.2.0",
"axios": "1.7.7",
"bootstrap": "5.3.3",
"check-password-strength": "2.0.10",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"date-fns-tz": "^3.1.3",
"enhanced-resolve": "5.17.1",
"formik": "2.4.6",
"framer-motion": "11.11.17",
"http-status-codes": "2.3.0",
"i18next": "23.16.5",
"i18next-fs-backend": "2.3.2",
"language-flag-colors": "3.2.1",
"lodash.isplainobject": "4.0.6",
"mongodb": "6.10.0",
"next": "14.2.18",
"next-i18next": "15.3.1",
"next-mdx-remote": "5.0.0",
"pug": "3.0.3",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-cookie": "7.2.2",
"react-dom": "18.3.1",
"react-google-recaptcha-v3": "1.10.1",
"react-i18next": "15.1.1",
"react-use": "17.5.1",
"remark-unwrap-images": "4.0.1",
"uuid": "10.0.0",
"yup": "1.4.0",
"zod": "3.23.8"
},
"devDependencies": {
"@cspell/dict-es-es": "3.0.3",
"@cspell/dict-pt-br": "2.3.3",
"@next/bundle-analyzer": "14.2.18",
"@types/lodash.isplainobject": "4.0.9",
"@types/pug": "2.0.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@webdiscus/pug-loader": "2.11.0",
"coffeescript": "2.7.0",
"cross-env": "7.0.3",
"cspell": "8.16.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-anti-trojan-source": "1.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"markdown-it": "14.1.0",
"prettier": "3.3.3",
"raw-loader": "4.0.2",
"sass": "1.81.0",
"typescript": "5.6.3",
"webpack": "5.96.1"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.18.0",
"pnpm": "9.13.2"
}
}