-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 940 Bytes
/
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
{
"name": "wavescape",
"version": "1.0.0",
"description": "sph",
"repository": "https://github.com/loganzartman/wavescape",
"author": "Logan",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"packageManager": "[email protected]",
"scripts": {
"start": "pnpm parcel",
"build": "pnpm parcel build --public-url ./",
"test": "pnpm exec playwright test --workers 1",
"test-debug": "pnpm exec playwright test --debug --workers 1",
"serve-integration": "pnpm parcel \"test/integration/*.html\""
},
"devDependencies": {
"@parcel/core": "^2.8.3",
"@playwright/test": "^1.32.2",
"@tweakpane/core": "^1.1.4",
"eslint": "^8.27.0",
"parcel": "^2.7.0",
"prettier": "^2.7.1"
},
"dependencies": {
"@pangenerator/tweakpane-textarea-plugin": "^1.0.4",
"@tweakpane/plugin-essentials": "^0.1.8",
"gl-matrix": "^3.4.3",
"tweakpane": "^3.1.4"
}
}