-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.91 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
{
"name": "@serverless-starter-com/serverless-starter-front",
"version": "0.0.1",
"description": "ServerlessStarter client",
"author": {
"name": "Mathieu Ledru",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/darkwood-fr/serverless-starter/issues"
},
"homepage": "https://github.com/darkwood-fr/serverless-starter/tree/master/library/serverless-starter-front#readme",
"keywords": [
"serverless-starter",
"serverless-starter-front"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/darkwood-fr/serverless-starter.git",
"directory": "library/serverless-starter-front"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin",
"dist",
"oclif.manifest.json",
"public"
],
"oclif": {
"commands": "./dist/commands",
"bin": "serverless-starter-front"
},
"bin": "./bin/serverless-starter-front",
"scripts": {
"prepack": "make build",
"start": "run-script-os",
"start:default": "cd bin && ./serverless-starter-front",
"start:windows": "cd bin && serverless-starter-front"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@oclif/command": "^1.8.0",
"@oclif/errors": "^1.3.3",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"brace": "^0.11.1",
"express": "^4.17.1",
"gatsby": "^2.24.50",
"gatsby-image": "^2.4.16",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-mdx": "^1.2.35",
"gatsby-plugin-offline": "^3.2.24",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-remark-images": "^3.3.26",
"gatsby-source-filesystem": "^2.3.25",
"gatsby-transformer-sharp": "^2.5.13",
"gatsby-transformer-yaml": "^2.4.10",
"imports-loader": "^1.1.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"open": "^7.2.0",
"path-to-regexp": "^6.1.0",
"promise-events": "^0.1.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@types/convict": "^5.2.1",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.7",
"@types/node": "^14.6.0",
"run-script-os": "^1.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}