-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 865 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
{
"name": "apcsp-create",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
">3%",
"last 2 iOS major versions",
"last 2 Safari major versions",
"last 2 Firefox major versions",
"last 1 Edge major versions"
],
"dependencies": {
"vue": "^2.6.12"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.4.0",
"autoprefixer": "^8.0.0",
"sass": "^1.32.13",
"vite": "^2.3.3",
"vite-plugin-vue2": "^1.5.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apappu9/apcsp-create.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/apappu9/apcsp-create/issues"
},
"homepage": "https://github.com/apappu9/apcsp-create#readme"
}