forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 678 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 678 Bytes
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
{
"name": "sandbox-hooks",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandbox-client",
"directory": "packages/sandbox-hooks"
},
"scripts": {
"build-sse-404": "rimraf dist && parcel build --no-source-maps not-found-screen/index.html && node inline-js"
},
"dependencies": {
"@codesandbox/common": "^1.0.8",
"codesandbox-api": "0.0.24",
"console-feed": "^2.8.5",
"react-dev-utils": "3.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"parcel-bundler": "^1.9.4"
}
}