-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 885 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 885 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": "chayns.js",
"version": "4.0.0",
"description": "chayns.js",
"devDependencies": {
"@babel/cli": "^7.27.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"lodash.throttle": "^4.1.1",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@chayns/colors": "^2.0.0"
},
"scripts": {
"start": "webpack-dev-server --config ./webpack/dev.config.js --progress",
"build": "webpack --config ./webpack/prod.config.js --progress"
},
"author": "Tobit.Software",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:TobitSoftware/chayns-js.git"
},
"homepage": "https://github.com/TobitSoftware/chayns-js"
}