This repository was archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "angular-phonecat-components",
"version": "1.0.0",
"description": "Component based AngularJS application example (Phonecat) in modern Javascript with Webpack",
"main": "client/app/main.js",
"scripts": {
"build": "webpack",
"deploy": "gh-pages -d dist",
"start": "webpack-dev-server"
},
"contributors": [
"Gábor Soós <soos.gabor86@gmail.com> (https://github.com/blacksonic)",
"András Fincza <andras.fincza@emarsys.com> (https://github.com/drawain)"
],
"repository": {
"type": "git",
"url": "https://github.com/emartech/angular-phonecat-components.git"
},
"license": "MIT",
"keywords": [
"angular",
"components",
"javascript",
"webpack",
"babel"
],
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"bootstrap": "3.3.7",
"font-awesome": "4.6.3"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-latest": "6.14.0",
"copy-webpack-plugin": "3.0.1",
"core-js": "2.4.1",
"css-loader": "0.25.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"gh-pages": "0.11.0",
"html-loader": "0.4.4",
"http-server": "0.9.0",
"progress-bar-webpack-plugin": "1.9.0",
"raw-loader": "0.5.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1",
"webpack-merge": "0.14.1"
}
}