-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "nomie-plugins",
"version": "1.0.0",
"description": "Nomie 6 Plugin repo",
"private": true,
"scripts": {
"dev": "webpack serve --mode=development --open",
"build": "webpack --config webpack-prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build:nui": "postcss src/nui/nui.css -o src/styles/nui@v1.css",
"dev:nui": "postcss src/nui/nui.css -o src/styles/nui@v1.css -w",
"publish2bin": "node build-tools/publish-2bin.js"
},
"keywords": [
"nomie",
"journaling",
"tracking"
],
"author": "Happy Data <support@happydata.org>",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^10.1.0",
"css-loader": "^6.5.1",
"dayjs": "^1.11.5",
"html-webpack-plugin": "^5.5.0",
"markdown-it": "^13.0.1",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.8.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.10.0"
}
}