forked from spearmintjs/spearmintjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.71 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "spearmint-web",
"description": "landing page for spearmint",
"version": "1.0.0",
"author": "spearmint.js",
"dependencies": {
"gatsby": "^2.2.9",
"gatsby-cli": "^2.6.7",
"gatsby-plugin-google-analytics": "^2.0.21",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
"node-sass": "^4.11.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-github-btn": "^1.1.1",
"react-helmet": "^5.2.0",
"video.js": "^7.5.5"
},
"keywords": [
"spearmint",
"react",
"testing",
"react testing library",
"enzyme",
"jest",
"bdd",
"tdd",
"axe-core",
"snyk",
"joseph nagy",
"alan richardson",
"owen eldridge",
"terence petersen",
"kent dodds",
"alex park",
"natlyn phomsavanh",
"karen pinilla",
"julie beak",
"johnny lim",
"rachel yoo",
"linda wishingrad",
"cornelius phanthanh",
"mike coker",
"sieun jang",
"charlie maloney",
"tristen wastell",
"evan berghoff",
"luis lo",
"sean haverstock",
"ben kwak",
"nicolas pita",
"sharon zhu",
"gabriel christo",
"annie shin",
"tolan thornton",
"alfred sta. iglesia",
"dieu huynh",
"justin baik",
"max weisenberger",
"mahmoud hmaidi"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/spearmintjs/spearmintweb"
}
}