-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 867 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
{
"name": "magic-web",
"version": "1.0.0",
"description": "Discover and show the magic of numbers.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "babel ./ --watch --out-dir ./ --out-file-extension .babel.js",
"dev-27": "babel ./27-e-clock/ --watch --out-dir ./27-e-clock/ --out-file-extension .babel.js",
"dev-sp-08": "babel ./sp-08-threejs/ --watch --out-dir ./sp-08-threejs/ --out-file-extension .babel.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/quantum-rose/magic-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/preset-env": "^7.13.5"
}
}