-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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": "bujo",
"version": "1.0.0",
"description": "bullet journal",
"main": "elm.js",
"scripts": {
"dev": "concurrently \"npm:dev:*\"",
"dev:dashboard": "parse-dashboard --masterKey bujo --appId bujo --serverURL http://localhost:1337/parse",
"dev:express": "node index.js",
"dev:mongod": "mongod --dbpath ./data"
},
"repository": {
"type": "git",
"url": "github.com:aforemny/bujo.git"
},
"keywords": [
"bulletjournal",
"bullet journal"
],
"author": "Alexander Foremny <aforemny@posteo.de>",
"license": "BSD-3-Clause",
"devDependencies": {
"autoprefixer": "^9.0.1",
"concurrently": "^3.6.0",
"express": "^4.16.3",
"material-components-web": "^3.2.0",
"material-design-icons": "^3.0.1",
"normalize.css": "^8.0.0",
"parse-dashboard": "^1.2.0",
"parse-server": "^2.8.2",
"postcss-cli": "^6.0.0",
"postcss-loader": "^2.1.6",
"roboto-fontface": "^0.9.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"@webcomponents/custom-elements": "^1.2.4",
"custom-event-polyfill": "^1.0.7"
}
}