-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 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
{
"name": "@oveleon/product-installer",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "webpack",
"dev": "webpack --watch"
},
"author": {
"name": "Daniele Sciannimanica",
"url": "https://github.com/doishub"
},
"devDependencies": {
"@types/node": "^18.11.14",
"css-loader": "^6.7.1",
"node-sass": "^8.0.0",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"dropzone": "^6.0.0-beta.2",
"serialize-like-php": "^1.0.1",
"tippy.js": "^6.3.7",
"tom-select": "^2.2.2"
}
}