-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "fresh",
"version": "1.0.0",
"description": "fresh - freyamade a shell for her website and it's pretty cool",
"private": true,
"scripts": {
"build": "npm run build:js && npm run build:css",
"build:css": "node-sass scss/ -o static/css --output-style compressed",
"build:js": "webpack",
"watch:css": "node-sass -w scss/ -o static/css --output-style compressed",
"watch:js": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freyamade/fresh.git"
},
"keywords": [
"xterm"
],
"author": "freyamade",
"license": "ISC",
"bugs": {
"url": "https://github.com/freyamade/fresh/issues"
},
"homepage": "https://github.com/freyamade/fresh#readme",
"dependencies": {
"chart.js": "^3.4.0",
"javascript-terminal": "^1.1.1"
},
"devDependencies": {
"github-user-languages": "github:freyamade/github-user-languages",
"node-sass": "^7.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"util": "^0.12.4",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
}
}