-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite src",
"build": "rm -rf ./docs & vite build",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.18",
"postcss-preset-env": "^7.8.2",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"svgo": "^3.0.2",
"vite": "^4.0.0",
"vite-plugin-image-optimizer": "^1.0.7",
"vite-plugin-minify": "^1.5.2"
},
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deletidev/piedra-papel-tijeras-lagarto-spock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deletidev/piedra-papel-tijeras-lagarto-spock/issues"
},
"homepage": "https://github.com/deletidev/piedra-papel-tijeras-lagarto-spock#readme",
"description": ""
}