forked from wipitalia/uuuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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": "uuuf",
"version": "0.1.5",
"description": "",
"main": "dist/uuuf.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"examples": "webpack --mode=development && http-server ."
},
"repository": {
"type": "git",
"url": "https://github.com/wipitalia/uuuf"
},
"author": "",
"license": "MIT",
"dependencies": {
"auto-bind": "^5.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"compression-webpack-plugin": "^10.0.0",
"eslint-webpack-plugin": "^3.2.0",
"http-server": "^14.1.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1"
}
}