-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 903 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
32
33
34
35
36
{
"name": "wwv",
"version": "1.0.0",
"description": "",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kalafut/wwv.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/kalafut/wwv",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/traverse": ">=7.23.2",
"acorn-jsx": "^5.2.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-webpack-plugin": "^4.0.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"driftless": "^2.0.3",
"howler": "^2.2.0",
"js-cookie": "^2.2.1"
}
}