forked from neolution-ch/react-pattern-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 Bytes
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
{
"name": "cypress",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"cy": "cypress",
"cyo": "yarn cy open",
"cyr": "yarn cy run --component",
"dev": "next dev",
"lint": "eslint --cache",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@types/node": "18.11.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9.18.0",
"next": "13.0.2",
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-pattern-ui": "link:../dist",
"typescript": "5.9.3"
},
"devDependencies": {
"@faker-js/faker": "^10.3.0",
"@neolution-ch/eslint-config-neolution": "^2.3.0",
"cypress": "^14.5.2"
}
}