-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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": "frint.js.org",
"description": "The FrintJS Website",
"private": true,
"version": "1.0.0",
"author": "Maryam Saeidi <maryam.saeidi1988@gmail.com>",
"dependencies": {
"bulma": "^0.3.2",
"gatsby": "^1.9.215",
"gatsby-link": "^1.6.37",
"gatsby-plugin-catch-links": "^1.0.18",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-remark-autolink-headers": "^1.4.13",
"gatsby-remark-prismjs": "^1.2.15",
"gatsby-source-filesystem": "^1.5.24",
"gatsby-transformer-remark": "^1.7.33",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-helmet": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frintjs/frint.js.org.git"
},
"keywords": [
"frint"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/frintjs/frint.js.org/issues"
},
"main": "n/a",
"homepage": "https://github.com/frintjs/frint.js.org#readme",
"scripts": {
"alex": "alex .",
"build": "gatsby build",
"develop": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src"
},
"devDependencies": {
"alex": "^5.1.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"eslint": "^4.18.2",
"eslint-config-travix": "^4.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.10.2"
}
}