-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 837 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 837 Bytes
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
{
"name": "smthdiff-craft",
"version": "1.0.0",
"description": "Asset Building on Craft",
"repository": "https://github.com/SmthDiff/Craft",
"author": "SmthDiff <engineering@smthdiff.com>",
"license": "MIT",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"font-awesome": "^4.7.0",
"tailwindcss": "^2.0.1",
"typescript": "^3.9.7"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.30.2",
"autoprefixer": "^10.0.2",
"core-js": "^3.7.0",
"node-sass": "^4.14.1",
"postcss": "^8.1.9",
"postcss-loader": "^4.1.0",
"sass-loader": "^8.0.0",
"ts-loader": "^5.3.0",
"vue": "^2.5",
"vue-loader": "^15",
"vue-template-compiler": "^2.6.12",
"webpack-notifier": "^1.10.1"
}
}