forked from joostdecock/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.18 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.18 KB
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
{
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@freesewing/examples": "0.6.9",
"@freesewing/i18n": "0.8.6",
"@freesewing/models": "0.7.1",
"@freesewing/patterns": "0.11.5",
"@freesewing/plugin-debug": "0.4.3",
"@freesewing/plugin-designer": "0.10.0",
"@freesewing/plugin-i18n": "0.1.1",
"@freesewing/plugin-svgattr": "0.1.0",
"@freesewing/plugin-theme": "0.18.4",
"@freesewing/plugin-validate": "0.3.0",
"@material-ui/core": "3.6.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "3.0.0-alpha.25",
"algoliasearch": "3.32.0",
"axios": "0.18.0",
"browser-lang": "0.0.1",
"file-saver": "2.0.0",
"freesewing": "0.29.2",
"gatsby": "latest",
"gatsby-image": "2.0.13",
"gatsby-plugin-algolia": "0.3.0",
"gatsby-plugin-catch-links": "2.0.3",
"gatsby-plugin-i18n": "^0.4.2",
"gatsby-plugin-netlify": "2.0.1",
"gatsby-plugin-nprogress": "2.0.7",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-plugin-sharp": "2.0.17",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-autolink-headers": "2.0.6",
"gatsby-remark-component": "1.1.3",
"gatsby-remark-copy-linked-files": "2.0.5",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "2.0.3",
"gatsby-remark-prismjs": "3.0.3",
"gatsby-remark-smartypants": "2.0.5",
"gatsby-remark-toc": "1.1.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "2.2.0",
"gatsby-transformer-sharp": "2.1.3",
"gatsby-transformer-yaml": "^2.1.1",
"install": "0.12.2",
"jss": "latest",
"npm": "6.4.1",
"prismjs": "1.15.0",
"prop-types": "latest",
"react": "latest",
"react-dom": "16.5.2",
"react-draggable": "3.1.1",
"react-dropzone": "7.0.1",
"react-helmet": "^5.2.0",
"react-instantsearch-dom": "5.4.0",
"react-intl": "2.7.1",
"react-jss": "latest",
"react-markdown": "4.0.6",
"react-redux": "^5.0.7",
"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-roboto-condensed": "0.0.54",
"typography": "^0.16.17",
"yaml": "1.2.0"
},
"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.5.7",
"eslint": "^5.6.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.6.2",
"husky": "^0.14.3",
"lint-staged": "^7.3.0",
"node-sass": "^4.9.3",
"prettier": "^1.15.2",
"redux-devtools-extension": "^2.13.5"
},
"repository": {
"type": "git",
"url": "https://github.com/freesewing/website"
},
"bugs": {
"url": "https://github.com/freesewing/website"
}
}