-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
42
43
44
{
"name": "@agency-kit/substrat",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"main": "dist/substrat.js",
"files": [
"dist"
],
"scripts": {
"dev": "concurrently 'npm run watch' 'cd test && npm run dev'",
"build": "node ./build/components.js && vite build",
"preview": "vite preview",
"watch": "chokidar \"src/**/*.vue\" \"src/**/*.css\" -d 2000 -c \"npm run build\""
},
"dependencies": {
"lodash": "^4.17.21",
"open-props": "^1.5.5",
"vue": "^3.2.45"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.6.0",
"cssnano": "^5.1.14",
"glob": "^8.0.3",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-nesting": "^10.2.0",
"slugify": "^1.6.5",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^30.0.1",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.11",
"zx": "^7.1.1"
}
}