-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 873 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
28
29
30
31
32
33
34
35
36
{
"name": "protern-vis",
"version": "0.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/daviste/protern.git"
},
"license": "proprietary",
"keywords": [
"ski",
"analytics"
],
"type": "module",
"author": "Adrian Dmitra",
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"start": "vite",
"preview": "vite preview",
"deploy": "rsync -azP --delete dist/ index.html assets data daviste.com:/home/dmitra/daviste.com/static/demo/protern",
"build": "vite build"
},
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@fontsource/titillium-web": "^5.1.0",
"d3": "^7.9.0",
"lodash": "4.17.15"
},
"devDependencies": {
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^5.2.8",
"vite-plugin-static-copy": "^2.2.0"
}
}