-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 KB
/
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": "vilemechs",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "parcel src/index.html",
"deploy": "npm-run-all deploy:*",
"deploy:parcel-build": "parcel build --public-url ./ src/index.html --dist-dir build",
"deploy:push-gh-page": "push-dir --dir=build --branch=gh-pages --cleanup --verbose",
"deploy:cleanup": "rm -rf build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orionnye/DeckMeld1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/orionnye/DeckMeld1/issues"
},
"homepage": "https://github.com/orionnye/DeckMeld1#readme",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@types/node": "^15.12.4",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"crypto-browserify": "^3.12.0",
"npm-run-all": "^4.1.5",
"parcel": "2.0.1",
"push-dir": "^0.4.1",
"stream-browserify": "^3.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"browserslist": "4.18.1",
"simplex-noise": "^3.0.0"
}
}