-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
{
"name": "selma",
"private": true,
"description": "The front website for MC3 API",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"algoliasearch": "^4.3.0",
"axios": "^0.19.2",
"devextreme": "^20.1.6",
"devextreme-react": "^20.1.6",
"fontsource-roboto": "^2.2.6",
"gatsby": "^2.22.11",
"gatsby-cli": "^2.12.102",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-s3": "^0.3.3",
"gatsby-plugin-typescript": "^2.4.3",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-graphql": "^2.5.2",
"instantsearch.css": "^7.4.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-instantsearch-dom": "^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"prettier": "2.0.5",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}