forked from mliebelt/pgn-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 926 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 926 Bytes
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
{
"name": "@mliebelt/PgnViewerJS",
"version": "1.4.4",
"module": "modules/pgn-viewer/src/index.js",
"author": "mliebelt",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mliebelt/PgnViewerJS.git"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.3.0",
"mocha": "^7.1.2",
"node-sass": "^4.14.1",
"nps": "^5.9.12",
"postcss-loader": "^3.0.0",
"should": "^13.2.3",
"style-loader": "^1.3.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^4.2.2",
"webpack-require-from": "^1.8.2"
},
"scripts": {
"start": "nps",
"gen_examples": "nps gen_examples"
}
}