-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.95 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.95 KB
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
{
"name": "effector-react-form-documentation",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Timofey Goncharov <gtosss@mail.ru>",
"scripts": {
"arc:start": "arc s",
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run dev",
"type-check": "tsc --noEmit",
"serve": "gatsby serve",
"clean": "gatsby clean",
"generate-examples": "node scripts/code-generator/index.js",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"add": "^2.0.6",
"architect-project": "2.0.3-beta.9",
"classnames": "^2.2.6",
"effector": "^21.7.5",
"effector-react": "^21.2.1",
"effector-react-form": "^2.2.6-beta.5",
"effector-react-form-v1": "npm:effector-react-form@^1.0.49",
"gatsby-plugin-layout": "^3.2.0",
"gatsby-plugin-react-svg": "^3.1.0",
"jsx-to-string": "^1.4.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"node-sass": "^4.14.1",
"prismjs": "^1.23.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-syntax-highlighter": "^12.2.1",
"react-virtualized": "^9.21.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/lodash.isequal": "^4.5.5",
"@types/node": "^13.1.5",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/react-virtualized": "^9.21.10",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.12.0",
"babel-plugin-prismjs": "^2.0.1",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^2.29.2",
"gatsby-image": "^2.8.0",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-typescript": "^2.9.0",
"gatsby-source-filesystem": "^2.9.1",
"gatsby-transformer-remark": "^2.14.0",
"gatsby-transformer-sharp": "^2.9.0",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"prettier": "^1.19.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}