forked from carbon-app/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.29 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "carbon",
"version": "4.7.12",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test:e2e": "npm run cy:run --",
"deploy": "now -S carbon-app",
"prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages}/**/*.js",
"lint": "eslint .",
"contrib:add": "all-contributors add",
"contrib:build": "all-contributors generate",
"cy:run": "cypress run --config-file cypress/config.json",
"cy:open": "cypress open --config-file cypress/config.json",
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
},
"dependencies": {
"@next/bundle-analyzer": "^9.3.6",
"@reach/visually-hidden": "^0.10.1",
"acorn": "^7.1.1",
"actionsack": "^0.0.13",
"axios": "^0.19.2",
"cm-show-invisibles": "^3.0.1",
"codemirror": "^5.53.2",
"codemirror-graphql": "^0.11.6",
"codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.2",
"date-fns": "^2.12.0",
"dom-to-image": "^2.6.0",
"downshift": "^5.2.2",
"dropperx": "^1.0.1",
"eitherx": "^1.0.2",
"escape-goat": "^3.0.0",
"firebase": "^7.14.2",
"graphql": "^15.0.0",
"highlight.js": "^10.0.1",
"kind-of": "^6.0.3",
"lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0",
"match-sorter": "^4.1.0",
"minimist": "^1.2.5",
"morphmorph": "^0.1.3",
"ms": "^2.1.2",
"next": "^9.4.0",
"next-offline": "^5.0.2",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-click-outside": "^3.0.0",
"react-codemirror2": "^7.1.0",
"react-color": "^2.18.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-image-crop": "^6.0.16",
"react-is": "^16.13.1",
"react-stripe-elements": "^6.1.2",
"react-syntax-highlight": "^15.3.1",
"serialize-javascript": "^3.0.0",
"tohash": "^1.0.2",
"use-climate-change-reminder": "^0.0.7"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.10.2",
"all-contributors-cli": "^6.14.2",
"babel-eslint": "^10.1.0",
"cypress": "^4.5.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.0",
"now": "^18.0.0",
"now-release": "^0.0.2",
"wait-on": "^4.0.2"
},
"engines": {
"node": "12.x"
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --config .prettierrc --write"
],
".all-contributorsrc": [
"npm run contrib:build"
]
},
"greenkeeper": {
"groups": {
"app": {
"packages": [
"package.json"
],
"ignore": [
"graphql",
"react-image-crop"
]
}
}
},
"description": "Create and share beautiful images of your source code",
"repository": {
"type": "git",
"url": "git+https://github.com/carbon-app/carbon.git"
},
"bugs": {
"url": "https://github.com/carbon-app/carbon/issues"
},
"homepage": "https://carbon.now.sh",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/carbon-app"
}
}