-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
49
50
51
52
53
54
{
"private": true,
"name": "remix-shop",
"description": "",
"license": "",
"scripts": {
"postinstall": "remix setup node",
"build": "cross-env NODE_ENV=production remix build",
"dev": "cross-env NODE_ENV=development node -r dotenv/config node_modules/.bin/remix dev",
"codegen": "graphql-codegen --config codegen.yml",
"get-repartition": "ts-node scripts/repartition.ts"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@graphcms/utils": "^1.1.0",
"@remix-run/react": "^1.2.1",
"@remix-run/vercel": "^1.2.1",
"@sendinblue/client": "^3.1.0",
"dotenv": "^16.0.0",
"framer-motion": "^6",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-use-cart": "^1.13.0",
"remix": "^1.2.1",
"stripe": "^8.212.0",
"swiper": "^8.0.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.2.0",
"@graphql-codegen/cli": "2.6.1",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.3",
"@graphql-codegen/typescript-graphql-request": "^4.3.6",
"@graphql-codegen/typescript-operations": "2.3.0",
"@remix-run/dev": "^1.2.1",
"@remix-run/serve": "^1.2.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"cross-env": "^7.0.3",
"graphql": "^16.3.0",
"graphql-request": "^4.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=14"
},
"sideEffects": false
}