-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 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
{
"name": "ts-parcel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel serve src/index.html",
"watch": "parcel watch src/index.html",
"build": "parcel build src/index.html --no-minify --public-url /Candy-Crush-Clone/",
"deploy": "gh-pages -d dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"gh-pages": "^4.0.0",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"dependencies": {
"images": "^3.2.4",
"setup": "0.0.3",
"signal-ts": "^1.2.4",
"tween.ts": "^18.6.1"
}
}