-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.87 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
56
57
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "11.2.0",
"author": "Itslearning AS",
"license": "MIT",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/svelte": "^4.0.6",
"babel-jest": "^29.7.0",
"core-js": "^3.35.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.35.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"regenerator-runtime": "^0.13.11",
"rollup": "^4.59.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-svelte": "^7.1.6",
"sass": "^1.70.0",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"svelte": "^4.2.19",
"svelte-jester": "^3.0.0",
"whatwg-fetch": "^3.6.20"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"fsevents": "^2.3.3",
"path-parse": "^1.0.7",
"postcss": "^8.4.33",
"tmpl": "^1.0.5",
"trim-newlines": "^3.0.1"
},
"packageManager": "yarn@4.0.2"
}