This repository was archived by the owner on Apr 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.62 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
44
45
46
47
48
49
50
{
"name": "svelte-app",
"version": "1.0.1",
"scripts": {
"watch:tailwind": "postcss public/tailwind.css -o public/index.css -w",
"build:tailwind": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/index.css",
"build": "yarn run build:tailwind && rollup -c",
"start": "sirv public",
"serve": "serve public -p 80",
"dev": "concurrently \"rollup -c -w\" \"yarn run watch:tailwind\"",
"push": "yarn build && npx angular-cli-ghpages --dir=public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@tsconfig/svelte": "^1.0.0",
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master",
"@types/ragemp-cef": "https://github.com/eisengrind/types-ragemp-cef.git",
"@types/yup": "^0.29.11",
"autoprefixer": "^9.8.6",
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.2",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^1.0.0",
"svelte-forms": "^1.1.4",
"svelte-imask": "^1.2.0",
"svelte-preprocess": "^4.2.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3",
"yup": "^0.32.9"
},
"dependencies": {
"bootstrap": "^4.5.2",
"concurrently": "^5.3.0",
"countup.js": "^2.0.7",
"cross-env": "^7.0.2",
"postcss": "^7.0.32",
"rxjs": "^6.6.6",
"sirv-cli": "^1.0.0",
"svelte-spa-router": "^2.2.0",
"sweetalert2": "^10.15.5",
"tailwindcss": "^1.8.9"
}
}