-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1007 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
29
30
31
32
33
34
35
36
37
{
"name": "201flaviosilva",
"version": "2.3.0",
"description": "My Site",
"homepage": "https://201flaviosilva.github.io/",
"private": false,
"license": "MIT",
"author": {
"name": "Flávio Silva",
"email": "flavioandre_ls2001@hotmail.com",
"url": "https://201flaviosilva.github.io/"
},
"main": "src/index.js",
"scripts": {
"clear": "rm -rf build && rm -rf out && rm -rf dist",
"start": "vite --config vite.config.js",
"build": "npm run clear && vite build",
"preview": "vite preview",
"bump": "npm run build && np --any-branch --no-tests --no-publish --no-yarn"
},
"dependencies": {
"201flaviosilva-utils": "^1.2.7",
"phaser": "^3.55.2"
},
"devDependencies": {
"np": "^7.6.2",
"vite": "^2.9.9"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/201flaviosilva/201flaviosilva.github.io"
},
"bugs": {
"url": "https://github.com/201flaviosilva/201flaviosilva.github.io/issues"
}
}