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
executable file
·35 lines (35 loc) · 1010 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 1010 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
26
27
28
29
30
31
32
33
34
35
{
"name": "sse-loading-screen",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@codesandbox/common": "^1.0.8",
"babel-plugin-emotion": "^9.2.10",
"emotion": "^9.2.10",
"gsap": "^2.0.2",
"preact": "^8.3.1",
"preact-emotion": "^9.2.10",
"socket.io-client": "^2.3.0",
"xterm": "^3.5.1",
"xterm-webfont": "^1.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"cssnano": "^4.0.5",
"parcel-bundler": "^1.9.7",
"rimraf": "^2.6.2"
},
"scripts": {
"start": "parcel src/index.html",
"build": "rimraf dist && parcel build src/index.html --no-source-maps",
"install-dependencies": "yarn install"
}
}