-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
42
43
44
45
{
"name": "cookit",
"version": "1.0.0",
"description": "App zur Verwaltung von Rezepten",
"main": "index.js",
"scripts": {
"clean": "node scripts/clean.js",
"build": "npm run clean && parcel build src/*.html --public-url . --detailed-report --experimental-scope-hoisting",
"watch": "npm run clean && parcel watch src/*.html --public-url . --detailed-report --experimental-scope-hoisting",
"start": "parcel src/index.html --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerStimmler/CookIt.git"
},
"keywords": [
"Rezept",
"Kochen",
"Essen",
"Browser",
"App",
"Single",
"Page",
"App"
],
"author": "Goeller, Schneider, Sollner",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerStimmler/CookIt/issues"
},
"homepage": "https://github.com/DerStimmler/CookIt#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"dexie": "^2.0.4",
"navigo": "^7.1.2",
"parcel-bundler": "^1.10.2",
"shelljs": "^0.8.5"
},
"dependencies": {
"cors-anywhere": "^0.4.1",
"sass": "^1.14.3"
}
}