-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "6Spiral-Figma-Plugin",
"version": "1.0.0",
"description": "Figma plugin for creating spiral and helix shapes",
"main": "gulpfile.js",
"scripts": {
"build": "gulp --production",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thecodercoder/frontend-boilerplate.git"
},
"keywords": [
"gulp",
"boilerplate",
"html",
"css",
"javascript"
],
"author": "@thecodercoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/thecodercoder/frontend-boilerplate/issues"
},
"homepage": "https://github.com/thecodercoder/frontend-boilerplate#readme",
"devDependencies": {
"@figma/plugin-typings": "^1.15.0",
"autoprefixer": "^9.7.6",
"del": "^5.1.0",
"figma-plugin-ds": "^0.1.8",
"gulp": "^4.0.2",
"gulp-base64-inline": "^1.0.6",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-purgecss": "^2.1.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-util": "^3.0.8",
"typescript": "^3.8.3"
},
"dependencies": {
"gulp-htmlmin": "^5.0.1"
}
}