-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
{
"name": "netflow-landing",
"version": "1.0.0",
"description": "Landing page oficial da NetFlow, agência digital especializada em software, marketing e inteligência artificial.",
"author": "NetFlow <contato@netflowbr.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx @biomejs/biome format --write .",
"export": "next export",
"clean": "rimraf .next node_modules"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9.0.0"
},
"keywords": [
"nextjs",
"once-ui",
"netflow",
"landing-page",
"agencia-digital",
"inteligencia-artificial",
"marketing",
"software"
],
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^15.3.1",
"@once-ui-system/core": "^1.4.27",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"gray-matter": "^4.0.3",
"lint-staged": "^16.1.5",
"next": "^16.1.1",
"next-mdx-remote": "^5.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"sass": "^1.86.3",
"transliteration": "^2.3.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/cookie": "^0.6.0",
"@types/node": "^20.17.30",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.25.0",
"typescript": "^5.8.3",
"tzdata": "^1.0.44"
}
}