-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
51
52
53
54
55
{
"name": "basic-acl-web",
"description": "basic-acl-web",
"version": "0.0.1",
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"lint": "eslint . --ext .js,.svelte --fix"
},
"dependencies": {
"axios": "1.6.0",
"bootstrap": "5.3.2",
"compression": "1.7.4",
"dotenv": "16.3.1",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
"lodash": "4.17.21",
"polka": "next",
"sirv": "1.0.19",
"svelte-awesome": "2.3.2",
"yup": "1.3.2"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/runtime": "7.23.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"eslint": "8.53.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-svelte3": "4.0.0",
"npm-run-all": "4.1.5",
"rollup": "4.3.0",
"rollup-plugin-svelte": "6.1.1",
"rollup-plugin-terser": "7.0.2",
"sapper": "0.29.3",
"svelte": "4.2.2",
"svelte-select": "5.7.0"
}
}