-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 892 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 892 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
33
34
35
{
"name": "ditto",
"version": "1.0.0",
"description": "Ditto v1.1",
"main": "./js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack w --mode development",
"dev": "npx webpack --mode development",
"prod": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pipe-code/ditto.git"
},
"keywords": [],
"author": "PIPE:CODE",
"license": "MIT",
"bugs": {
"url": "https://github.com/pipe-code/ditto/issues"
},
"homepage": "https://github.com/pipe-code/ditto#readme",
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.84.1",
"webpack-cli": "^4.9.2"
}
}