-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@base-framework/next-app-shell",
"version": "0.1.1",
"description": "This is an example app that uses the base framework.",
"main": "/dist/main.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"predeploy": "&& cp ./404.html ./build"
},
"keywords": [
"JavaScript",
"Framework",
"Base",
"ES6"
],
"author": "Chris Durfee",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisdurfee/next-app-shell.git"
},
"bugs": {
"url": "https://github.com/chrisdurfee/next-app-shell/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"esbuild": "^0.15.7",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
},
"dependencies": {
"@base-framework/atoms": "^1.0.20",
"@base-framework/base": "^3.0.122",
"@base-framework/organisms": "^1.0.34",
"@base-framework/ui": "^1.0.0",
"d3": "^7.9.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.2",
"vite": "^6.0.6"
},
"files": [
"package.json",
"readme.md"
],
"homepage": "https://github.com/chrisdurfee/next-app-shell#readme"
}