-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "wtherion",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve",
"lint": "eslint ."
},
"repository": "https://github.com/daem-on/wtherion.git",
"author": "daem-on <daem_on@icloud.com>",
"license": "MIT",
"private": false,
"dependencies": {
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"paper": "^0.12.15"
},
"devDependencies": {
"@types/jquery": "^3.5.9",
"@types/jqueryui": "^1.12.16",
"@types/paper": "^0.12.3",
"@types/webpack-env": "^1.16.3",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@webpack-cli/generators": "^2.4.1",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"eslint": "^8.9.0",
"html-webpack-plugin": "^5.5.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"workbox-webpack-plugin": "^6.4.1"
},
"description": ""
}