-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
{
"name": "frameworkless-jamstack",
"version": "1.0.1",
"description": "Proof of concept - you can create SPA frontends without a Virtual DOM framework (Angular, React, etc).",
"main": "index.js",
"scripts": {
"build": "gulp",
"start": "gulp start",
"lint": "gulp lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Honatas/frameworkless-jamstack.git"
},
"keywords": [
"frameworkless",
"jamstack",
"spa",
"frontend"
],
"author": "Honatas",
"license": "MIT",
"bugs": {
"url": "https://github.com/Honatas/frameworkless-jamstack/issues"
},
"homepage": "https://github.com/Honatas/frameworkless-jamstack#readme",
"dependencies": {
"@rollup/plugin-typescript": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"autoprefixer": "^10.0.4",
"del": "^5.1.0",
"eslint": "^7.7.0",
"git-rev-sync": "^2.0.0",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-declare": "^0.3.0",
"gulp-eslint": "^6.0.0",
"gulp-handlebars": "^5.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-terser": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-wrap": "^0.15.0",
"handlebars": "^4.7.6",
"merge2": "^1.4.1",
"postcss": "^8.1.10",
"postcss-custom-properties": "^10.0.0",
"postcss-import": "^13.0.0",
"postcss-nested": "^5.0.1",
"rollup": "^2.34.0",
"tailwindcss": "^2.0.1",
"tslib": "^2.0.3",
"typescript": "^4.0.2"
}
}