This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 225
/
package.json
45 lines (45 loc) · 1.61 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
{
"name": "WebComponents",
"version": "1.0.0",
"description": "",
"main": "dist/runestone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-env": "node -e 'console.log(process.env)' | grep npm",
"build": "webpack --mode=development",
"buildj": "webpack --mode=development --profile --json > stats.json",
"watch": "webpack --mode=development --watch",
"serve": "cd dist; python -m http.server 8080; cd ..",
"dist": "webpack --mode=production",
"distj": "webpack --mode=production --profile --json > stats.json",
"analyze": "webpack-bundle-analyzer stats.json runestone/dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"compression-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.0",
"html-loader": "^3.0.0",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.0.0",
"webpack": "^5.61.0",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"-": "0.0.1",
"bootstrap": "3.4.1",
"codemirror": "^5.59.4",
"handsontable": "7.2.2",
"jexcel": "^3.9.1",
"jquery-ui": "1.10.4",
"micro-parsons": "https://github.com/amy21206/micro-parsons-element/releases/download/v0.1.4/micro-parsons-0.1.4.tgz",
"select2": "^4.1.0-rc.0",
"sql.js": "1.5.0",
"vega-embed": "3.14.0",
"wavedrom": "^2.0.0"
}
}