-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "chayns.js",
"version": "4.0.0",
"description": "chayns.js",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-syntax-export-default-from": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"eslint": "^8.10.0",
"lodash.throttle": "^4.1.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@chayns/colors": "^1.0.4",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.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": "[email protected]:TobitSoftware/chayns-js.git"
},
"homepage": "https://github.com/TobitSoftware/chayns-js"
}