This repository has been archived by the owner on Aug 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
113 lines (113 loc) · 3.32 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": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@freesewing/examples": "latest",
"@freesewing/i18n": "0.11.3",
"@freesewing/models": "latest",
"@freesewing/patterns": "0.18.6",
"@freesewing/plugin-bundle": "latest",
"@freesewing/plugin-debug": "latest",
"@freesewing/plugin-designer": "latest",
"@freesewing/plugin-i18n": "latest",
"@freesewing/plugin-svgattr": "latest",
"@freesewing/plugin-theme": "latest",
"@freesewing/plugin-validate": "latest",
"@material-ui/core": "3.9.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "3.0.0-alpha.30",
"algoliasearch": "3.32.0",
"axios": "0.18.0",
"browser-lang": "0.0.1",
"file-saver": "2.0.0",
"freesewing": "latest",
"gatsby": "2.3.4",
"gatsby-image": "2.0.29",
"gatsby-plugin-algolia": "0.3.0",
"gatsby-plugin-catch-links": "2.0.10",
"gatsby-plugin-i18n": "1.0.1",
"gatsby-plugin-netlify": "2.0.10",
"gatsby-plugin-nprogress": "2.0.8",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "2.0.32",
"gatsby-plugin-typography": "2.2.7",
"gatsby-remark-autolink-headers": "2.0.14",
"gatsby-remark-component": "1.1.3",
"gatsby-remark-copy-linked-files": "2.0.9",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.0.3",
"gatsby-remark-prismjs": "3.2.4",
"gatsby-remark-smartypants": "2.0.8",
"gatsby-remark-toc": "1.2.0",
"gatsby-source-filesystem": "2.0.23",
"gatsby-transformer-remark": "2.2.4",
"gatsby-transformer-sharp": "2.1.13",
"gatsby-transformer-yaml": "2.1.11",
"install": "0.12.2",
"js-base64": "2.5.1",
"jss": "9.8.7",
"prismjs": "1.15.0",
"prop-types": "15.7.2",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-draggable": "3.1.1",
"react-dropzone": "10.0.6",
"react-helmet": "^5.2.0",
"react-instantsearch-dom": "5.4.0",
"react-intl": "2.8.0",
"react-jss": "latest",
"react-markdown": "4.0.6",
"react-redux": "6.0.0",
"react-slick": "0.23.2",
"react-typography": "^0.16.13",
"redux": "^4.0.0",
"rehype-react": "3.1.0",
"remark-html": "9.0.0",
"tlds": "1.203.1",
"typeface-open-sans": "0.0.54",
"typeface-roboto": "0.0.54",
"typeface-roboto-condensed": "0.0.54",
"typography": "^0.16.17",
"yaml": "1.3.2"
},
"scripts": {
"pretty": "npx prettier --write 'src/**/*.js'",
"precommit": "npm run pretty && lint-staged",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json}": [
"prettier --write",
"git add"
]
},
"devDependencies": {
"core-js": "2.6.5",
"eslint": "5.14.1",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-prettier": "3.0.1",
"graphql": "14.1.1",
"husky": "1.3.1",
"lint-staged": "8.1.3",
"node-sass": "^4.9.3",
"prettier": "1.16.4",
"redux-devtools-extension": "2.13.8"
},
"repository": {
"type": "git",
"url": "https://github.com/freesewing/website"
},
"bugs": {
"url": "https://github.com/freesewing/website"
}
}