-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.04 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
{
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/sneko/dsfr-connect.git"
},
"license": "MIT",
"scripts": {
"build:prepare": "turbo run build:prepare",
"build": "turbo run build",
"clean": "turbo run clean",
"dev:prepare": "turbo run dev:prepare",
"dev": "turbo run dev --no-cache --parallel --continue",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,mdx}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,mdx}\"",
"test:unit": "turbo run test:unit",
"test:unit:watch": "turbo run test:unit:watch",
"start": "turbo run start",
"deploy": "turbo run deploy"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"eslint": "7.32.0",
"eslint-config-custom": "workspace:*",
"prettier": "^2.5.1",
"turbo": "1.9.3",
"typescript": "^4.9.3"
},
"pnpm": {
"overrides": {
"@codegouvfr/react-dsfr": "^0.60.0",
"@gouvfr/dsfr": "^1.9.3",
"@storybook/addon-docs": "7.0.17",
"@storybook/addon-essentials": "7.0.17",
"@storybook/addon-interactions": "7.0.17",
"@storybook/addon-links": "7.0.17",
"@storybook/addon-storysource": "7.0.17",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "7.0.17",
"@storybook/components": "7.0.17",
"@storybook/manager-api": "7.0.17",
"@storybook/theming": "7.0.17",
"@storybook/types": "7.0.17",
"@types/adm-zip": "^0.5.0",
"@types/fs-extra": "^11.0.1",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"adm-zip": "^0.5.10",
"concurrently": "^8.0.1",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"node-fetch-native": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.3",
"vite-plugin-static-copy": "^0.15.0"
}
},
"packageManager": "[email protected]",
"engines": {
"node": "18.16.0"
}
}