-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 843 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
{
"name": "master-styles-css-converter",
"version": "0.0.3",
"scripts": {
"web": "cd web && pnpm dev",
"web:build": "pnpm build-alt-props && cd web && pnpm build",
"build-alt-props": "ts-node ./tools/alt-props.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.7",
"@mdn/browser-compat-data": "^4.1.17",
"@types/css": "^0.0.33",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.26",
"eslint": "^8.14.0",
"jest": "^27.5.1",
"mdn-compat-browserlist": "^0.0.5",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vue-tsc": "^0.34.10"
},
"dependencies": {
"@master/style": "^1.5.0",
"@master/styles": "^1.11.0",
"css": "^3.0.0",
"master-styles-manager": "^0.0.1"
},
"jest": {
"preset": "ts-jest"
}
}