-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1013 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
38
{
"name": "solid-data-grid-demo",
"version": "1.0.0",
"description": "Demonstration and implementation of a solid data grid component",
"info": "The original goal was to build a complete library, but sadly, the time ran out so we had to settle for a demonstration and the source code.",
"homepage": "https://esveo.github.io/solid-data-grid-demo/",
"contributors": [
{
"name": "Andreas Roth",
"email": "ander.roth@esveo.com",
"url": "https://www.esveo.com/en/blog/"
}
],
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"keywords": [
"solidhack",
"best_app"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "7.17.8",
"@ngneat/falso": "^3.1.0",
"@types/babel__core": "^7.1.19",
"@types/node": "^17.0.23",
"sass": "^1.49.9",
"typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"solid-js": "^1.3.13"
}
}