generated from vtex-sites/starter.store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 835 Bytes
/
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
{
"name": "starter.store",
"version": "0.0.0",
"description": "FastStore Base Starter",
"private": true,
"scripts": {
"dev": "faststore dev",
"build": "faststore build",
"start": "faststore start",
"cms-sync": "faststore cms-sync",
"test": "faststore test"
},
"dependencies": {
"@faststore/core": "3.0.45",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"@faststore/cli": "3.0.43",
"@faststore/lighthouse": "^3.0.7",
"@lhci/cli": "^0.9.0",
"@testing-library/cypress": "^10.0.1",
"cypress": "12.17.4",
"cypress-axe": "^1.5.0",
"cypress-wait-until": "^2.0.1",
"typescript": "^4.9.4"
},
"volta": {
"node": "18.19.0",
"yarn": "1.19.1"
},
"author": "VTEX"
}