-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.54 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.54 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
{
"name": "entropy-fm",
"private": true,
"description": "Entropy FM site",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"dotenv": "^8.2.0",
"fetch-jsonp": "^1.1.3",
"gapi-script": "^1.0.2",
"gatsby": "^2.30.2",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-postcss": "^3.6.0",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-sharp": "^2.10.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"postcss-preset-env": "^6.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-soundplayer": "^1.0.5",
"rehype-sanitize": "^4.0.0",
"rehype-stringify": "^8.0.0",
"remark-breaks": "^2.0.1",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"sass": "^1.32.4",
"unified": "^9.2.0"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/entropy-fm/entropy-fm-redesign"
},
"bugs": {
"url": "https://github.com/entropy-fm/entropy-fm-redesign/issues"
}
}