-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 KB
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
50
51
52
53
54
55
56
57
58
59
{
"name": "applying-calculus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "run-p watch:routify dev",
"start-local": "run-p watch:routify local",
"dev": "webpack-dev-server --open --mode development",
"local": "webpack-dev-server --inline --port 8080 --host 0.0.0.0 --content-base .",
"test": "echo \"Error: no test specified\" && exit 1",
"watch:routify": "routify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RubioHaro/applying-calculus.git"
},
"author": "Rodrigo R. Rubio Haro",
"license": "MIT",
"dependencies": {
"@babel/core": "7.11.1",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.11.0",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"babel-loader": "8.1.0",
"bootstrap": "^4.5.2",
"html-webpack-plugin": "4.3.0",
"jquery": "^3.5.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"svelte": "^3.24.1",
"svelte-fa": "^2.1.1",
"svelte-loader": "2.13.6",
"sveltestrap": "^3.7.3",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@sveltech/routify": "^1.9.7",
"babel-loader": "^8.1.0",
"exports-loader": "^1.1.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"svelte-loader": "^2.13.6",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"bugs": {
"url": "https://github.com/RubioHaro/applying-calculus/issues"
},
"homepage": "https://github.com/RubioHaro/applying-calculus#readme"
}