-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 966 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 966 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
36
37
{
"name": "jspreadsheet",
"private": true,
"version": "11.0.0",
"description": "Jspreadsheet Pro",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --recursive --require=mocha.config.js",
"build": "npx webpack --config webpack.config.js",
"start": "npx webpack serve --history-api-fallback"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspreadsheet/pro.git"
},
"keywords": [],
"author": "",
"homepage": "https://github.com/jspreadsheet/pro",
"devDependencies": {
"c8": "^7.13.0",
"chai": "^4.3.7",
"css-loader": "^6.7.3",
"global-jsdom": "^8.6.0",
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"mocha": "^8.4.0",
"style-loader": "^3.3.1",
"webpack": "5.87.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@jspreadsheet/formula-pro": "^5.9.0",
"jspreadsheet": "^11.25.0"
}
}