-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 Bytes
/
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
{
"name": "starterapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node shell.js",
"wbuild": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Enes ÇEB",
"license": "ISC",
"devDependencies": {
"@tuval/cg": "^0.0.16",
"@tuval/core": "^0.0.96",
"@tuval/forms": "^0.0.290",
"@tuval/graphics": "^0.0.10",
"css-loader": "^6.7.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"dts-bundle": "^0.7.3",
"ifdef-loader": "^2.3.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@realmocean/core": "^0.0.2",
"@realmocean/dropdowns": "^0.0.18"
}
}