forked from CrystallizeAPI/crystallize-gatsby-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 4.06 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "gatsby-theme-crystallize",
"private": false,
"description": "A simple starter to get up and developing quickly with Crystallize and Gatsby. For blazing fast Ecomm sites!",
"version": "1.2.11",
"author": "Martin Andersen <[email protected]> (@webmaeistro @hakonkrogh)",
"dependencies": {
"@crystallize/content-transformer": "^6.0.0",
"@crystallize/grid-renderer": "^2.1.1",
"@crystallize/react-image": "^5.0.0",
"@types/react": "^15.0.0",
"@videojs/vhs-utils": "^2.2.1",
"babel-jest": "^25.5.1",
"babel-plugin-emotion": "^11.0.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-gatsby": "^0.6.0",
"dashjs": "^3.1.3",
"gatsby": "^2.21.5",
"gatsby-cli": "^2.13.1",
"gatsby-image": "^2.5.0",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-head": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-styled-components": "^3.4.0",
"gatsby-remark-images": "^3.5.0",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-source-graphql": "^2.8.1",
"gatsby-transformer-sharp": "^2.6.0",
"graphql": "^14.0.0",
"i18next": "^19.8.4",
"identity-obj-proxy": "^3.0.0",
"immer": "^9.0.6",
"lodash": "^4.17.20",
"netlify-cli": "^2.50.0",
"netlify-lambda": "^1.6.3",
"normalize.css": "^8.0.0",
"polished": "^4.0.3",
"prop-types": "^15.7.2",
"rc-slider": "^9.6.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-head": "^3.4.0",
"react-helmet": "^6.1.0",
"react-is": "^17.0.1",
"react-scripts": "^4.0.0",
"react-test-renderer": "^17.0.1",
"request-promise": "^4.2.5",
"save": "^2.4.0",
"save-dev": "^0.0.1-security",
"styled-components": "^5.2.1",
"styled-is": "^1.3.0",
"typescript": "3.3.3",
"video.js": "^7.10.2",
"videojs-contrib-dash": "^4.0.0"
},
"devDependencies": {
"@testing-library/cypress": "^6.0.0",
"axe-core": "^3.5.3",
"babel-loader": "^7.1.4",
"concurrently": "^3.5.1",
"cypress": "^4.5.0",
"cypress-axe": "^0.8.1",
"dotenv": "^8.2.0",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"markdown-magic": "^0.1.25",
"node-fetch": "^2.1.2",
"prettier": "^2.0.5",
"start-server-and-test": "^1.11.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.10.3"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"crystallize",
"ornforlag",
"Ecommerce"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "concurrently 'gatsby build' 'npm run-script build:server' 'npm run-script postinstall' ",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"test": "jest",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"cy:run": "cypress run",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run",
"start:server": "netlify-lambda serve src/lambda -c webpack.server.js",
"build:server": "netlify-lambda build src/lambda",
"postinstall": "netlify-lambda install"
},
"repository": {
"type": "git",
"url": "https://github.com/webmaeistro/gatsby-theme-crystallize"
},
"bugs": {
"url": "https://github.com/webmaeistro/gatsby-theme-crystallize/issues"
}
}