-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 979 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
{
"name": "stylescape_vue",
"description": "Include Stylescape's source Sass and individual JavaScript plugins with Vue and Vite.",
"version": "0.0.1",
"private": true,
"repository": "https://github.com/stylescape/example-vue",
"license": "MIT",
"stackblitz": {
"startCommand": "npm start"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
"fix": "npm run lint -- --fix",
"test": "npm run build && npm run lint"
},
"dependencies": {
"stylescape": "^0.0.34",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"vite": "^6.0.5",
"vue-loader": "^17.4.2"
}
}