-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "annes-handmade-prisma-frontend",
"version": "1.0.0",
"description": "Anne's Handmade e-commerce application.",
"main": "server.js",
"scripts": {
"dev": "cross-env NODE_ENV=development PORT=4000 node server.js",
"test": "cross-env NODE_ENV=test jest --verbose --watch",
"test:ci": "jest --updateSnapshot",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
},
"keywords": [],
"author": {
"name": "benjaminadk",
"email": "[email protected]",
"url": "https://github.com/benjaminadk"
},
"repository": {
"type": "git",
"url": "https://github.com/benjaminadk/annes-handmade-frontend.git"
},
"license": "ISC",
"dependencies": {
"@babel/core": "7.4.0",
"apollo-boost": "0.4.1",
"apollo-client": "2.6.4",
"axios": "0.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-polished": "1.1.0",
"babel-plugin-styled-components": "1.7.1",
"cross-env": "5.2.0",
"date-fns": "2.0.0-alpha.7",
"downshift": "3.1.5",
"express": "4.16.4",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"match-sorter": "2.3.0",
"next": "8.0.3",
"next-seo": "1.11.1",
"next-with-apollo": "3.3.0",
"nprogress": "0.2.0",
"polished": "3.0.3",
"prop-types": "15.6.2",
"react": "16.8.4",
"react-adopt": "0.6.0",
"react-apollo": "2.5.2",
"react-dom": "16.8.4",
"react-google-login": "5.0.2",
"react-image-magnify": "2.7.4",
"react-images": "0.5.19",
"react-stripe-checkout": "2.6.3",
"react-table": "6.9.2",
"react-transition-group": "2.5.0",
"styled-components": "4.1.3",
"styled-icons": "7.4.2",
"waait": "1.0.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"casual": "1.5.19",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-to-json": "3.3.5",
"graphql-tools": "4.0.3",
"http-proxy-middleware": "0.19.1",
"jest": "23.6.0",
"jest-styled-components": "6.3.1",
"jest-transform-graphql": "2.1.0"
}
}