forked from jessicarobins/jd-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
{
"name": "jessdocs",
"version": "0.0.0",
"dependencies": {
"@iamadamjowett/angular-click-outside": "^2.8.3",
"angular": "~1.5.5",
"angular-animate": "~1.5.5",
"angular-aria": "~1.5.5",
"angular-cookie": "^4.1.0",
"angular-elastic-input": "^2.4.0",
"angular-intro.js": "^2.0.3",
"angular-material": "1.1.0-rc.5",
"angular-messages": "~1.5.5",
"angular-resource": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-spinners": "^3.1.2",
"angular-ui-router": "~1.0.0-beta.1",
"animate.css": "~3.4.0",
"intro.js": "^2.2.0",
"jquery": "~2.1.4",
"jquery-sortable": "^0.9.13",
"lodash": "^3.10.1",
"md-color-picker": "^0.2.6",
"moment": "~2.10.6",
"ng-focus-if": "^1.0.7",
"ng-token-auth": "^0.0.29",
"ngclipboard": "^1.1.1",
"taboverride": "^4.0.3",
"tinycolor": "bgrins/TinyColor#1.4.1"
},
"scripts": {
"test": "gulp test",
"build": "NODE_ENV=prod webpack",
"debug": "webpack-dev-server --inline --hot -d --host 0.0.0.0",
"deploy": "npm run build && cd dist && aws s3 sync . s3://jessdocs.io"
},
"devDependencies": {
"babel-core": "~6.7.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"css-loader": "^0.23.1",
"eslint-loader": "~1.1.0",
"eslint-plugin-angular": "~0.12.0",
"estraverse": "~4.1.0",
"exports-loader": "^0.6.3",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"lodash": "~3.10.1",
"ng-annotate-loader": "0.0.10",
"node-sass": "^3.8.0",
"phantomjs": "~1.9.18",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
},
"engines": {
"node": ">=0.10.0"
}
}