-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 787 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 787 Bytes
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
{
"name": "pwa-ai",
"version": "1.0.0",
"description": "",
"author": "Pkiri",
"license": "ISC",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"format": "prettier --write \"src/**/*.{ts,js}\"",
"lint": "prettier --check \"src/**/*.{ts,js}\""
},
"dependencies": {
"@microsoft/applicationinsights-web-basic": "^2.5.11",
"canvas-confetti": "^1.2.0"
},
"devDependencies": {
"@microsoft/applicationinsights-core-js": "^2.5.11",
"@snowpack/plugin-typescript": "^1.2.0",
"@types/canvas-confetti": "^1.0.0",
"@types/snowpack-env": "^2.3.2",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.0"
}
}