-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.88 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "openvtb",
"version": "1.0.0-alpha.0",
"description": "openvtb project",
"main": "src/static/openvtb/js/openvtb.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "npm run bundle",
"bundle": "webpack",
"test": "karma start",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maykinmedia/open-vtb.git"
},
"author": "Maykin",
"license": "UNLICENSED",
"homepage": "https://maykinmedia.nl",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"microscope-sass": "^2.0.0",
"minimatch": "^10.2.4",
"prop-types": "latest",
"qs": "^6.15.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-use": "^17.4.0",
"serialize-javascript": "^7.0.5"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.28.3",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"chai": "^6.2.0",
"css-loader": "^7.1.2",
"cssnano": "^7.1.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "^0.0.36",
"karma-webpack": "^5.0.1",
"mini-css-extract-plugin": "^2.9.4",
"mocha": "^11.3.0",
"postcss-loader": "^8.2.0",
"postcss-selector-lint": "^1.0.2",
"sass": "^1.93.2",
"sass-loader": "^16.0.5",
"simulant": "^0.2.2",
"sinon": "^21.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-stream": "^7.0.0",
"yargs": "^17.0.0"
}
}