-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "sudouc.club",
"version": "1.0.0",
"description": "Sudo UC Website Frontend",
"main": "gulpfile.babel.js",
"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 --watch --host 0.0.0.0",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sudouc/sudouc.club.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sudouc/sudouc.club/issues"
},
"homepage": "https://github.com/sudouc/sudouc.club#readme",
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"autoprefixer": "10.2.4",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.26.13",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"cssnano": "4.1.10",
"gulp": "4.0.2",
"gulp-postcss": "9.0.0",
"postcss": "8.2.4",
"postcss-import": "14.0.0",
"tailwindcss": "2.0.2"
}
}