-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ocm-custom-form",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"export": "npm run build && npm run copy && npm run publish",
"copy": "robocopy \"C:\\work\\bitmapbytes\\git\\OCM-Custom-Form\\build\" \"C:\\work\\sa\\cec-src\\src\\components\\BB-Custom-Form\\assets\" /MIR & exit 0",
"publish": "cd C:\\work\\sa\\cec-src && cec upload-component BB-Custom-Form -p -s FBOCEGEN2"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"@sveltejs/adapter-static": "1.0.0-next.42",
"@sveltejs/kit": "1.0.0-next.480",
"@tailwindcss/forms": "^0.5.3",
"@types/object-hash": "^2.2.1",
"autoprefixer": "^10.4.11",
"commitlint": "^17.1.2",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"mdsvex": "^0.10.6",
"object-hash": "^3.0.0",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"prettier": "~2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"reading-time": "1.4.0",
"sass": "^1.54.9",
"sharp": "^0.31.0",
"stylelint": "^14.11.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-scss": "^4.3.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"svelte-preprocess-import-assets": "^0.1.6",
"tailwindcss": "^3.1.8",
"vanilla-lazyload": "^17.8.3",
"vite": "^3.1.0",
"vite-imagetools": "^4.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnRSim/OCM-Custom-Form"
},
"bugs": {
"url": "https://github.com/JohnRSim/OCM-Custom-Form/issues"
},
"type": "module",
"peerDependencies": {
"vite": "^3.1.0-beta.1"
},
"dependencies": {
"dotenv": "^16.0.2"
}
}