-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.01 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@dativejs/web",
"version": "0.0.1",
"description": "Dativejs Websites",
"private": true,
"scripts": {
"dev": "concurrently \"rollup -c -w\" \"npm run build:tailwind\"",
"build": "rollup -c",
"start": "sirv --no-clear --host",
"build:tailwind": "tailwind -i ./assets/css/main.css -o ./public/output.css -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dativeJs/dativejs.github.io.git"
},
"keywords": [
"Website",
"Javascript"
],
"dependencies": {
"@dativejs/helpers": "^1.0.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"concurrently": "^7.0.0",
"dativejs": "^2.0.0-alpha.0",
"dytejs": "^1.0.1-alpha",
"highlight.js": "^11.3.1",
"monaco-editor": "^0.31.1",
"page": "^1.11.6",
"pizzle": "^1.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.26.0",
"rollup-plugin-md": "^1.0.1",
"sirv": "^2.0.2",
"sirv-cli": "^2.0.2",
"three": "^0.136.0",
"vite": "^2.7.13"
},
"author": "Tobithedev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dativeJs/dativejs.github.io/issues"
},
"homepage": "https://dativejs.js.org",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.6",
"rollup-plugin-bundle-html": "^0.2.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-dev": "^2.0.2",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-posthtml-template": "^1.3.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"tailwindcss": "^3.0.8",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}