-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 2.25 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
{
"name": "neuromatch",
"private": true,
"description": "An machine learning based un-conference for neuroscientists. We use machine learning based technique to arrange the online meeting.",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 4000",
"serve": "gatsby serve",
"gatsby-prod-prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths",
"format": "prettier --write src/**/*.{js,jsx}",
"pretest": "./node_modules/eslint/bin/eslint.js ./src/**/*.js",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.13.3",
"gatsby": "^4.16.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-analytics": "^4.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-styled-components": "^5.16.0",
"gatsby-plugin-typography": "^4.16.0",
"gatsby-source-filesystem": "^4.16.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.0",
"react-medium-image-zoom": "^4.3.5",
"react-select": "^5.7.2",
"react-spinners": "^0.13.8",
"react-svg": "^16.1.8",
"react-typography": "^0.16.19",
"styled-components": "^5.3.3",
"typography": "^0.16.19",
"typography-theme-moraga": "^0.16.19"
},
"devDependencies": {
"babel-jest": "^29.5.0",
"babel-preset-gatsby": "^1.14.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest": "^24.0.0",
"faker": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"react-test-renderer": "^17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/titipata/neuromatch"
},
"bugs": {
"url": "https://github.com/titipata/neuromatch/issues"
},
"engines": {
"node": "18.x"
}
}