-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.35 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.35 KB
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
{
"name": "forge-ui-styleguide",
"version": "1.3.1",
"private": true,
"type": "module",
"scripts": {
"preview": "npm run build && vite preview",
"build-bundle": "cd .. && npm i && npm run build && cd docs",
"build": "vite build --base=/ForgeUI/",
"network": "npm run build && vite preview --host",
"dev": "vite",
"start": "vite preview --port=3000",
"lint": "eslint . --ext .ts,.vue --resolve-plugins-relative-to ./../../packages/eslint-config-custom/node_modules",
"lint:fix": "eslint . --ext .ts,.vue --fix --resolve-plugins-relative-to ./../../packages/eslint-config-custom/node_modules"
},
"dependencies": {
"@3squared/forge-playground": "*",
"@3squared/forge-ui": "*",
"bootstrap-vue": "2.23.1",
"prismjs": "1.30.0",
"register-service-worker": "1.7.2",
"rgb-hex": "4.1.0",
"vue": "2.7.16",
"vue-multiselect": "2.1.9",
"vue-router": "3.6.5",
"vue2-helpers": "2.1.1"
},
"devDependencies": {
"eslint-config-custom": "*",
"@types/prismjs": "1.26.5",
"@vitejs/plugin-vue2": "2.3.4",
"sass": "1.94.2",
"shelljs": "0.10.0",
"typescript": "4.9.5",
"vite": "4.5.14",
"vite-plugin-checker": "0.11.0",
"vite-plugin-pages": "0.33.1",
"vite-plugin-pwa": "1.1.0",
"vue-prism-component": "2.0.0",
"vite-plugin-md": "0.21.5",
"vue-tsc": "1.8.27"
}
}