We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27592d0 commit d071c92Copy full SHA for d071c92
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "replace-with-your-repository-name",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "doc": "docs"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "author": "Replace with your GitHub username",
13
+ "license": "ISC",
14
+ "devDependencies": {
15
+ "@nrwl/workspace": "^19.8.4",
16
+ "@nx/eslint": "^20.4.5",
17
+ "@nx/jest": "^20.4.5",
18
+ "@nx/playwright": "^20.4.5",
19
+ "@nx/react": "^20.4.5",
20
+ "@nx/webpack": "^20.4.5",
21
+ "nx": "^20.4.5",
22
+ "webpack-cli": "^6.0.1"
23
+ }
24
+}
0 commit comments