-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "myapp",
"version": "0.0.0",
"description": "Some description",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"cross-env": "^7.0.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
},
"dependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"alpinejs": "^2.8.2",
"axios": "^0.21.1",
"tailwindcss-tables": "^0.4.0",
"windstrap": "^0.0.4"
},
"engines": {
"node": "14.20.0"
}
}