-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "collective.editablemenu",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/RedTurtle/collective.editablemenu.git",
"author": "RedTurtle <sviluppoplone@redturtle.it>",
"license": "GPL-2.0",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.16",
"babel-loader": "^10.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"stylelint-config-prettier": "^9.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"mousetrap": "^1.6.5",
"react-bootstrap-icons": "^1.11.6",
"react-icons": "^5.5.0"
},
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch"
}
}