-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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
{
"name": "chronosophia",
"private": true,
"description": "Philosopher organization over time and relations",
"version": "0.1.0",
"author": "Kloder Art <info@kloder.com>",
"dependencies": {
"@rhysforyou/gatsby-plugin-react-helmet-async": "^0.1.3",
"gatsby": "^2.28.2",
"gatsby-image": "^2.7.0",
"gatsby-plugin-manifest": "^2.8.0",
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-sass": "^2.7.0",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.12.0",
"gatsby-transformer-sharp": "^2.8.0",
"gatsby-transformer-yaml": "^2.7.0",
"moment": "^2.29.1",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.7",
"react-select": "^3.1.1",
"styled-components": "^5.2.1",
"vis-timeline": "^7.4.2"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.8.0",
"eslint": "^7.15.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-react": "^7.21.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest && npm run linter",
"linter": "eslint src/**/*.js src/**/*.jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/kloderart/chronosophia"
},
"bugs": {
"url": "https://github.com/kloderart/chronosophia/issues"
}
}