forked from factoryofthesol/soulcode_test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (42 loc) · 1.22 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
{
"name": "@soulcode/vessel-ui",
"version": "0.0.1",
"scripts": {
"build": "tailwindcss build -i backend/www/static/assets/scss/styles.scss -o backend/www/static/assets/css/soft-ui-dashboard-tailwind.css",
"commit": "git-cz",
"min-css": "css-minify -d backend/www/static/assets/css -o backend/www/static/assets/css",
"postinstall": "pnpm exec simple-git-hooks"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"tailwindcss-transforms": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@commitlint/cli": "^17.6.6",
"@popperjs/core": "^2.10.2",
"autoprefixer": "^10.4.0",
"commitizen": "^4.3.0",
"commitlint-config-gitmoji": "^2.3.1",
"commitlint-plugin-workspace-scopes": "^1.1.0",
"cz-customizable": "^7.0.0",
"pixrem": "^5.0.0",
"postcss": "^8.4.21",
"postcss-cli": "^9.1.0",
"postcss-preset-env": "^8.0.1",
"simple-git-hooks": "^2.8.1",
"tailwindcss": "^3.0.19"
},
"engines": {
"node": "18"
},
"packageManager": "[email protected]"
}