-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "FormlyForms",
"version": "0.0.1",
"description": "FormlyForms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/.bin/webpack-dev-server --content-base app",
"build": "NODE_ENV=production node node_modules/.bin/webpack && cp app/index.html dist/index.html"
},
"author": "Patrick Woo",
"license": "ISC",
"dependencies": {
"angular": "^1.4",
"angular-animate": "^1.3.14",
"angular-aria": "^1.3.14",
"angular-formly": "^7.2.2",
"angular-formly-templates-bootstrap": "^6.1.5",
"angular-material": "^0.11.4",
"angular-messages": "^1.3.14",
"angular-ui-router": "^0.2.15",
"api-check": "^7.5.3",
"babel": "^4.7.4",
"babel-core": "^4.7.4",
"babel-loader": "^4.1.0",
"checklist-model": "^0.6.0",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-compass": "^2.0.3",
"gulp-connect": "latest",
"gulp-open": "^0.3.1",
"gulp-sass": "^2.0.4",
"gulp-watch": "^3.0.0",
"jshint": "^2.6.3",
"jshint-loader": "^0.8.3",
"lodash": "^3.10.1",
"materialize-css": "^0.97.1",
"nib": "^1.1.0",
"oclazyload": "^1.0.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.8.3",
"stylus": "^0.49.3",
"stylus-loader": "^0.6.0",
"url-loader": "^0.5.5",
"webpack": "^1.11.0",
"webpack-core": "^0.5.0",
"webpack-dev-server": "^1.10.1"
}
}