-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 979 Bytes
/
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
{
"name": "atom-codesandbox",
"main": "./lib/codesandbox",
"version": "0.9.0",
"description": "Open a file in a new Codesandbox preview pane",
"keywords": [
"codesandbox",
"preview",
"console",
"live",
"reload"
],
"repository": "[email protected]:brumm/atom-codesandbox.git",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-select-list": "^0.7.2",
"codesandbox-api": "0.0.20",
"console-feed": "^2.8.5",
"filing-cabinet": "^2.3.2",
"precinct": "^6.1.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-splitter-layout": "^3.0.1",
"smooshpack": "0.0.54",
"tempy": "^0.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
}
}