-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
101 lines (101 loc) · 3.53 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "oi-app-center",
"description": "Decentralized Feedback Center",
"version": "2.25.0",
"author": "friedger <[email protected]>",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.4.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"babel-plugin-styled-components": "^1.11.1",
"blockstack": "^19.3.0",
"bootstrap": "^4.5.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-switch": "^3.4.0",
"csvtojson": "^2.0.10",
"formik": "^2.1.5",
"gatsby": "^2.24.56",
"gatsby-image": "^2.4.17",
"gatsby-plugin-create-client-paths": "^2.3.5",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-netlify": "^2.3.14",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sharp": "^2.6.34",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-copy-linked-files": "^2.3.14",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-remark-responsive-iframe": "^2.4.13",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-custom-api": "^2.1.4",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-source-google-sheet": "^2.0.0",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-transformer-excel": "^2.4.1",
"gatsby-transformer-json": "^2.4.2",
"gatsby-transformer-remark": "^2.8.34",
"gatsby-transformer-sharp": "^2.5.13",
"material-ui-rating": "^4.2.0",
"node-fetch": "^2.6.1",
"nofetch": "^0.1.0",
"prismjs": "^1.21.0",
"query-string": "^6.13.1",
"radiks": "^0.3.0-beta.1",
"radiks-server": "^1.1.0-beta.1",
"react": "^16.13.1",
"react-autosuggest": "^10.0.2",
"react-blockstack-button": "^0.1.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"babel-node": "babel-node --config-file ./babel-server.config.js",
"heroku-postbuild": "gatsby -v",
"develop": "cross-env GATSBY_GITHUB_TOKEN=INVALID GATSBY_RADIKS_SERVER=http://localhost:5000 gatsby develop",
"build": "run-p build:**",
"build:app": "gatsby build",
"serve": "gatsby serve",
"generate": "node app-meta-generator.js",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"start": "NODE_ENV=production yarn babel-node server",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://127.0.0.1:8000 cy:open"
},
"devDependencies": {
"@testing-library/cypress": "^5.3.0",
"@testing-library/react": "^9.4.0",
"axe-core": "^3.5.1",
"cross-env": "5.2.0",
"cypress": "^4.0.2",
"cypress-axe": "^0.5.3",
"http-proxy-middleware": "^0.19.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.14.2",
"start-server-and-test": "^1.10.8"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/friedger/app-center"
},
"bugs": {
"url": "https://gitlab.com/friedger/app-center/issues"
}
}