-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
105 lines (105 loc) · 3.1 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
105
{
"name": "devchoices",
"version": "v1.1.1",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"test-affected": "nx affected --base=staging --target=test",
"semantic-release": "semantic-release"
},
"private": true,
"dependencies": {
"@babel/runtime": "^7.20.1",
"@socialgouv/matomo-next": "^1.4.0",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"animated-number-react": "^0.1.2",
"core-js": "^3.6.5",
"framer-motion": "^7.6.1",
"next": "12.3.1",
"next-seo": "^5.8.0",
"next-share": "^0.19.0",
"postcss-loader": "^7.0.1",
"react": "18.2.0",
"react-countup": "^6.3.1",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.7",
"require-from-string": "^2.0.2",
"semantic-release": "^19.0.5",
"tslib": "^2.3.0",
"webpack": ">=5.0.0 <6.0.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "7.19.6",
"@babel/preset-typescript": "7.18.6",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@nrwl/cli": "14.5.10",
"@nrwl/cypress": "14.5.10",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "14.5.10",
"@nrwl/linter": "14.5.10",
"@nrwl/next": "^14.8.4",
"@nrwl/react": "14.5.10",
"@nrwl/storybook": "14.5.10",
"@nrwl/web": "14.5.10",
"@nrwl/workspace": "14.5.10",
"@semantic-release/github": "^8.0.6",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@svgr/webpack": "^5.4.0",
"@testing-library/cypress": "^8.0.3",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "10.4.8",
"babel-jest": "27.5.1",
"babel-loader": "8.1.0",
"canvas": "^2.10.2",
"cypress": "^10.2.0",
"eslint": "~8.15.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "27.5.1",
"nx": "14.5.10",
"postcss": "8.4.16",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"semantic-release": "^19.0.5",
"tailwindcss": "3.1.8",
"ts-jest": "27.1.4",
"ts-node": "10.9.1",
"typescript": "~4.7.2",
"url-loader": "^4.1.1",
"webpack-cli": "^4.10.0"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/bdebon/dev-hard-choices.git"
},
"release": {
"branches": ["main", "staging"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github"]
]
}
}