-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
69 lines (69 loc) · 2.02 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "angular-formly-website",
"version": "1.0.0",
"private": true,
"author": "Kent C. Dodds <kent@doddsfamily.us>",
"contributors": [
"Kent C. Dodds <kent@doddsfamily.us>"
],
"homepage": "http://formly-js.github.io/angular-formly/",
"repository": {
"type": "git",
"url": "git://github.com/formly-js/angular-formly.git"
},
"main": "app/index.js",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/formly-js/angular-formly/master/LICENSE"
}
],
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --colors --progress",
"start": "cross-env NODE_ENV=development webpack-dev-server --colors --progress",
"add-example": "npm run build && git commit -am 'Adding example' && git push && npm run deploy",
"deploy": "grunt deploy"
},
"description": "Website for angular-formly",
"dependencies": {
"angular": "^1.3.10",
"angular-aria": "^1.3.10",
"angular-formly": "^6.1.0",
"highlight.js": "^8.4.0",
"angular-highlightjs": "0.4.1",
"angular-ui-router": "^0.2.13",
"angulartics": "^0.17.2",
"api-check": "^7.0.0",
"bootstrap": "^3.3.2"
},
"devDependencies": {
"angular-animate": "^1.3.11",
"autoprefixer-core": "^5.1.7",
"babel-core": "^4.4.6",
"babel-loader": "^4.0.0",
"cross-env": "^1.0.7",
"css-loader": "^0.9.1",
"csswring": "^3.0.2",
"deep-extend": "^0.3.2",
"file-loader": "^0.8.1",
"grunt": "^0.4.5",
"grunt-gh-pages": "^0.10.0",
"html-loader": "^0.2.3",
"imports-loader": "^0.6.3",
"jshint": "^2.6.0",
"jshint-loader": "^0.8.1",
"json-loader": "^0.5.1",
"lodash": "^2.4.1",
"markdown-loader": "^0.1.2",
"ng-annotate": "^0.15.1",
"ng-annotate-loader": "^0.0.2",
"postcss": "^4.0.6",
"postcss-loader": "^0.3.0",
"postcss-nested": "^0.2.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
}
}