-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.69 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
57
58
59
60
61
62
63
{
"name": "tagion_front",
"version": "1.0.0",
"description": "TAGION brand site",
"main": "server.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "next build && next export",
"start:dev": "next build && NODE_ENV=development PORT=3000 node server.js",
"start": "next start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@ssh.dev.azure.com:v3/devi25s/Peppa/tagion_front"
},
"author": "Hustler Engineer (tini2n aka Vlady)",
"license": "ISC",
"dependencies": {
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.10",
"@types/react": "^17.0.38",
"@types/swiper": "^6.0.0",
"babel-preset-next": "^1.4.0",
"bootstrap": "^5.1.3",
"js-cookie": "^3.0.1",
"next": "^12.1.5",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-mdx-remote": "^4.0.2",
"next-optimized-images": "^2.6.2",
"next-seo": "^5.4.0",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-ticker": "^1.3.1",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"sass": "^1.48.0",
"styled-components": "^5.3.3",
"swiper": "^7.4.1",
"typescript": "^4.5.4",
"typewriter-effect": "^2.18.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.0",
"@types/node": "^17.0.25",
"@types/styled-components": "^5.1.20",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.7.0",
"eslint-config-next": "^12.1.5",
"gh-pages": "^3.2.3",
"url-loader": "^4.1.1"
}
}