forked from EnzymeAD/enzyme-conf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "enzyme-conf-website",
"version": "1.0.0",
"description": "Jekyll page for Enzyme Conf 2023",
"main": "gulpfile.babel.js",
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.27.4",
"browsersync": "0.0.1-security",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"cssnano": "^5.0.8",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"postcss": "^8.4.4",
"postcss-import": "^15.0.1",
"tailwindcss": "^3.2.4"
},
"scripts": {
"build:production": "cross-env NODE_ENV=production gulp",
"build:dev": "cross-env NODE_ENV=development gulp",
"build": "npm run build:production",
"dev": "cross-env NODE_ENV=development gulp serve",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorbryant/jekyll-starter-tailwind.git"
},
"author": "Tim Gymnich",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgymnich/enzyme-conf-website/issues"
},
"publishConfig": {
"access": "public"
}
}