-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 999 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
36
37
{
"name": "screat",
"version": "1.0.0",
"description": "Web Modules Powered by Noted.",
"main": "index.js",
"scripts": {
"demo:potatis-select":"node release vanilla potatis/PotatisSourceSelect",
"demo:noted-404": "node release webpack noted/404",
"del-demo":"rimraf demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Noted-run/Screat.git"
},
"author": "Noted",
"license": "ISC",
"bugs": {
"url": "https://github.com/Noted-run/Screat/issues"
},
"homepage": "https://github.com/Noted-run/Screat#readme",
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"rimraf": "^3.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"css-loader": "^6.6.0"
}
}