-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "example-pawjs-tailwind",
"version": "1.0.0",
"description": "Example on using Tailwind CSS with PawJS",
"scripts": {
"start": "pawjs --env=development start",
"build": "pawjs --env=production --config=prod.pawconfig.json build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Atyantik/example-pawjs-tailwind.git"
},
"author": {
"name": "Atyantik Technologies",
"email": "admin@atyantik.com",
"url": "https://www.atyantik.com/"
},
"engines": {
"node": ">=10.11.0"
},
"contributors": [
{
"name": "Tirth Bodawala",
"email": "tirthbodawala@atyantik.com",
"url": "https://www.atyantik.com/"
},
{
"name": "Yash Thakur",
"email": "thakur.yash514@gmail.com",
"url": "http://yashthakur.in/"
}
],
"devDependencies": {
"@pawjs/pawjs": "^2.4.0-beta.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Atyantik/example-pawjs-tailwind/issues"
},
"homepage": "https://github.com/Atyantik/example-pawjs-tailwind#readme",
"dependencies": {
"autoprefixer": "^9.5.0",
"postcss-loader": "^3.0.0",
"tailwindcss": "^1.1.2"
}
}