forked from open-zaak/open-zaak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
{
"name": "openzaak",
"version": "1.12.1",
"description": "Open Zaak",
"main": "src/p[enzaak/static/bundles/openzaak-js.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npm run bundle",
"bundle": "webpack",
"test": "karma start",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-zaak/open-zaak.git"
},
"author": "Maykin Media",
"license": "EUPL-1.2",
"homepage": "https://github.com/open-zaak/open-zaak/",
"dependencies": {
"core-js": "latest",
"microscope-sass": "latest",
"prop-types": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.4.0"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@babel/preset-react": "^7.22.15",
"autoprefixer": "^10.4.16",
"babel-loader": "latest",
"css-loader": "latest",
"cssnano": "latest",
"mini-css-extract-plugin": "latest",
"postcss-loader": "latest",
"postcss-selector-lint": "latest",
"sass-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-stream": "latest",
"yargs": "latest"
}
}