-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "chum-prism",
"private": true,
"description": "Help is more accessible than you think",
"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",
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@lingui/react": "^2.9.2",
"babel-preset-gatsby": "^0.5.10",
"bulma": "^0.9.0",
"create-react-class": "^15.7.0",
"gatsby": "^2.32.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-typography": "^2.5.11",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-cookie-consent": "^6.2.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"semantic-ui-react": "^1.2.1",
"typography": "^0.16.19"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-react": "^7.10.4",
"@lingui/cli": "^2.9.2",
"@lingui/macro": "^2.9.2",
"babel-core": "^7.0.0-bridge.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}