-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "mahalobrownie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@types/react-input-mask": "^3.0.1",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"axios": "^0.26.1",
"graphql": "^16.3.0",
"next": "^14.2.3",
"next-pwa": "^5.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-input-mask": "^2.0.4",
"react-swipeable": "^6.2.1",
"sharp": "^0.30.3",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.180",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/styled-components": "^5.1.24",
"@types/uuid": "^8.3.4",
"@types/woocommerce__woocommerce-rest-api": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"autoprefixer": "^10.4.2",
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.10.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"typescript": "4.6.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}