-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 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
{
"name": "app-starter",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4",
"@tailwindcss/forms": "^0.5",
"@tailwindcss/typography": "^0.5",
"alpinejs": "^3.5.2",
"dotenv": "^10.0.0",
"live-form-validation": "^1.10.0",
"naja": "^2.2.1",
"postcss": "^8.3.11",
"tailwindcss": "^3.0",
"tom-select": "^2.0.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^2.0",
"autoprefixer": "^10.4.0",
"core-js": "^3.19.1",
"postcss-loader": "^6.0",
"sass": "^1.43.4",
"sass-loader": "^12.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack-notifier": "^1.14.1"
},
"scripts": {
"build-dev": "NODE_ENV=production yarn encore prod",
"build-prod": "NODE_ENV=production PROD_HOST=1 yarn encore prod"
}
}