-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 1.63 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "shogi-player",
"version": "1.1.20",
"description": "Shogi board web components has functions for replaying, manipulating, and editing",
"homepage": "https://shogi-player.netlify.app/",
"license": "AGPL-3.0",
"author": {
"name": "Akira Ikeda",
"email": "pinpon.ikeda@gmail.com"
},
"main": "dist/lib/production/shogi-player.umd.min.js",
"browser": "dist/wc/production/shogi-player-wc.min.js",
"private": false,
"browserslist": [
"> 1%, not dead"
],
"repository": {
"type": "git",
"url": "git@github.com:akicho8/shogi-player.git"
},
"bugs": {
"url": "https://github.com/akicho8/shogi-player/issues",
"email": "pinpon.ikeda@gmail.com"
},
"keywords": [
"shogi",
"board",
"kif",
"bod",
"sfen",
"viewer",
"editor",
"player",
"vue",
"vuejs",
"vue2",
"web-components",
"japanese-chess"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"beetleshine": "^0.0.14",
"chroma-js": "^2.4.2",
"ismobilejs": "^1.1.1",
"js-memory-record": "^0.0.28",
"xregexp": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxtjs/style-resources": "^1.0.0",
"dayjs": "^1.11.7",
"file-loader": "^6.2.0",
"jest": "^29.5.0",
"nuxt": "^2.16.3",
"nuxt-buefy": "^0.4.25",
"pattern.css": "^1.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.63.2",
"sass-loader": "^10.4.1",
"vue-scrollto": "^2.20.0",
"vue-template-compiler": "^2.7.14"
}
}