-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
58
59
{
"name": "come-to-salah",
"private": true,
"description": "An application introducing salah",
"version": "0.1.0",
"author": "SalmanK",
"dependencies": {
"bloomer": "^0.6.5",
"bulma": "^0.9.2",
"gatsby": "^5.3.3",
"gatsby-image": "^2.4.0",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-json": "^2.4.0",
"gatsby-transformer-sharp": "^2.5.0",
"kute.js": "^1.6.6",
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.1.11",
"core-js": "^2.6.11",
"cypress": "^3.8.3",
"gh-pages": "^2.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.11.0"
},
"keywords": [
"salah",
"salaat",
"prayer"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open"
},
"repository": {
"type": "git"
}
}