-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo": "^7.0.1",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
"@symfony/webpack-encore": "^3.0.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "10.4.5",
"core-js": "^3.23.0",
"cross-env": "^7.0.3",
"file-loader": "^6.0.0",
"postcss": "^8.4.5",
"postcss-loader": "^7.0.0",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.0.15",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"@easylogic/colorpicker": "^1.10.11",
"sass": "^1.35.1",
"sass-loader": "^13.0.0",
"stimulus-use": "^0.50.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"license": "MIT",
"private": true,
"name": "linkify",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}