-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 988 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
34
35
36
37
38
39
40
41
{
"name": "sass-runtime-tool",
"version": "2.0.0",
"type": "module",
"files": [
"./src/styles"
],
"exports": {
"./all.scss": "./src/styles/all.scss",
"./functions.scss": "./src/styles/functions.scss",
"./mixins.scss": "./src/styles/mixins.scss",
"./vars.scss": "./src/styles/vars.scss",
"./animations.scss": "./src/styles/animations.scss"
},
"keywords": [
"sass",
"runtime",
"tool",
"lib"
],
"repository": {
"url": "https://github.com/YaminZheng/sass-tool.git"
},
"scripts": {
"dev": "vite",
"test": "sass-migrator module --verbose --migrate-deps --dry-run src/styles/all.scss"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "^4.5.2",
"sass": "^1.70.0",
"sass-migrator": "^2.0.2",
"sass-runtime-tool": "^0.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue": "^3.3.11",
"vue-tsc": "^1.8.25"
},
"license": "MIT"
}