-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.35 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
{
"name": "integrated-spreadsheet-environment",
"version": "1.0.0",
"description": "Experimental speadsheet-based interface for structured programming based on \"structured grammars\".",
"main": "dist/main.js",
"scripts": {
"dev": "watch 'npm run start' src",
"test": "echo \"Error: no test specified\" && exit 1",
"start-cargo": "cargo watch -w src/ -s './scripts/build.sh && electron .'",
"start": "webpack --config ./webpack.config.js && electron dist/main.js",
"watch": "cargo watch -w src/ -w static/styles.css -s 'npm run start'",
"test-mocha": "webpack --config ./webpack.config.js && mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Korede-TA/integrated-spreadsheet-environment.git"
},
"author": "Korede Aderele",
"license": "MIT",
"bugs": {
"url": "https://github.com/Korede-TA/integrated-spreadsheet-environment/issues"
},
"homepage": "https://github.com/Korede-TA/integrated-spreadsheet-environment#readme",
"dependencies": {
"electron": "^7.1.2"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.0.5",
"html-webpack-plugin": "^3.2.0",
"mocha": "^7.1.0",
"spectron": "^9.0.0",
"watch": "^1.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}