This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "archifiltre-site-v2",
"version": "1.14.0",
"private": true,
"author": "Archifiltre",
"license": "Apache-2.0",
"repository": "[email protected]:SocialGouv/archifiltre-site-v2.git",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"devDependencies": {
"@octokit/types": "^6.34.0",
"@prismicio/types": "^0.1.28",
"@tsconfig/next": "^1.0.2",
"@types/node": "14",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.14",
"postcss-scss": "^4.0.4",
"prettier": "^2.6.2",
"slice-machine-ui": "^0.3.8",
"stylelint": "^14.9.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^26.0.0",
"typescript": "^4.7.3",
"vercel": "^25.1.0"
},
"dependencies": {
"@prismicio/client": "^6.5.1",
"@prismicio/helpers": "^2.3.0",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.1",
"@prismicio/slice-simulator-react": "^0.2.2",
"gsap": "^3.10.4",
"include-media": "^1.4.10",
"next": "12.1.6",
"next-seo": "^5.4.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-markdown": "^8.0.3",
"sass": "^1.52.3",
"sharp": "^0.30.7",
"ua-parser-js": "^1.0.2"
},
"packageManager": "[email protected]"
}