-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.48 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
47
48
49
{
"name": "frontend-playground",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --open --config webpack.config.js",
"build": "npx webpack build",
"css-load": "sass --watch --no-source-map ./src/scss/main.scss ./src/css/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PichardoWilfred/task-view.git"
},
"author": "pichardo w.",
"license": "ISC",
"bugs": {
"url": "https://github.com/PichardoWilfred/task-view/issues"
},
"homepage": "https://github.com/PichardoWilfred/task-view#readme",
"dependencies": {
"@tiptap/core": "^2.0.0-beta.218",
"@tiptap/extension-mention": "^2.0.0-beta.218",
"@tiptap/extension-placeholder": "^2.0.0-beta.218",
"@tiptap/pm": "^2.0.0-beta.218",
"@tiptap/starter-kit": "^2.0.0-beta.218",
"@tiptap/suggestion": "^2.0.0-beta.218",
"firebase": "^9.17.1",
"fs": "^0.0.1-security",
"sass": "^1.57.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"bootstrap": "^5.2.3",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^8.0.0",
"postcss-loader": "^7.0.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}