We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9811 commit 50060ceCopy full SHA for 50060ce
package.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "javascript-30-sandbox",
3
+ "version": "1.0.0",
4
+ "description": "Jacascript 30 Sandbox",
5
+ "main": "index.html",
6
+ "scripts": {
7
+ "start": "parcel index.html --open",
8
+ "build": "parcel build index.html"
9
+ },
10
+ "dependencies": {},
11
+ "devDependencies": {
12
+ "@babel/core": "7.2.0",
13
+ "parcel-bundler": "^1.6.1"
14
+ }
15
+}
0 commit comments