-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.32 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
{
"name": "gatsby-starter-netlify-cms",
"description": "Example Gatsby, and Netlify CMS project",
"version": "1.1.3",
"author": "Austin Green",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@ncwidgets/id": "^0.3.0",
"@ncwidgets/reorder": "^0.3.0",
"@types/lodash": "^4.14.136",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.8",
"aos": "^2.3.4",
"babel-preset-es2015": "^6.24.1",
"bulma": "^0.7.0",
"gatsby": "^2.13.39",
"gatsby-image": "^2.2.7",
"gatsby-link": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-netlify-cms": "^4.1.6",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-remote-images": "^1.0.3",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-ts": "^1.3.3",
"gatsby-plugin-ts-loader": "^0.1.0",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-relative-images": "^0.2.1",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.5",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"lodash.differenceby": "^4.8.0",
"netlify-cms-app": "^2.9.7",
"netlify-cms-core": "^2.12.2",
"netlify-cms-lib-util": "^2.3.3",
"netlify-cms-media-library-uploadcare": "^0.5.3",
"netlify-cms-widgets": "github:d4rekanguok/netlify-cms-widgets#master",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.9.4",
"prop-types": "^15.6.0",
"react": "^16.8.4",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-keydown": "^1.9.11",
"react-resize-detector": "^4.2.0",
"ts-keycode-enum": "^1.0.6",
"uuid": "^3.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start:app": "npm run develop",
"start:lambda": "netlify-lambda serve src/lambda",
"start": "run-p start:**",
"build:app": "npm run clean && gatsby build",
"build:lambda": "netlify-lambda build src/lambda",
"build": "run-p build:**",
"develop": "npm run clean && gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "npm lint --fix",
"testa": "echo \"Error: no test specified\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-preset-gatsby": "^0.2.8",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"http-proxy-middleware": "^0.19.1",
"netlify-lambda": "^1.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
}
}