-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "@polypoly-eu/polyPod",
"description": "Common monorepo and build script dependencies",
"scripts": {
"clean": "rm -rf node_modules"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-sucrase": "^4.0.1",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-jest": "^27.5.1",
"better-docs": "^2.7.2",
"cypress": "^9.5.2",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-svelte3": "^3.2.0",
"jest": "^27.2.5",
"jsdoc": "^3.6.11",
"prettier": "^2.3.0",
"rollup": "^2.60.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svg": "^2.0.0",
"semver": "^7.3.5",
"shx": "^0.3.4",
"svelte": "^3.49.0",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typedoc": "^0.22.10",
"typescript": "^4.4.4"
}
}