-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "ap-timer",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.3",
"autosuggest-highlight": "^3.1.1",
"gatsby": "^2.3.31",
"gatsby-image": "^2.0.40",
"gatsby-plugin-jss": "^2.0.9",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-material-ui": "^1.2.4",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-transformer-sharp": "^2.1.18",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"slugify": "^1.3.4"
},
"devDependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"prettier": "^1.17.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build:prod": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}