forked from nainemom/win7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 913 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
{
"name": "win7",
"version": "2.0.1",
"description": "Yet another OS preview via web technologies focused on Microsoft Windows 7",
"author": "Amir Momenian <[email protected]>",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,vue --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"deploy": "npm run build -- --base=/win7/ && node build/deploy.js"
},
"dependencies": {
"vue": "^3.0.5",
"vue-component-style": "^1.1.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.5",
"datauri": "^3.0.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"gh-pages": "^3.1.0",
"vite": "^2.5.0"
}
}