-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 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
36
{
"name": "wfp-pos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@wfp/icons": "^0.2.1",
"@wfp/ui": "^1.20.10",
"babel-plugin-istanbul": "^6.1.1",
"next": "12.1.0",
"next-image-export-optimizer": "^0.7.1",
"next-pwa": "^5.4.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flexible-sliding-menu": "^0.1.9"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@cypress/code-coverage": "^3.9.12",
"@types/node": "17.0.22",
"@types/react": "17.0.42",
"cypress": "^9.5.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.0",
"typescript": "4.6.2"
}
}