forked from edx/ux-pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.49 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": "edx-pattern-library",
"version": "0.18.2-stanford.3",
"author": "edX Pattern Library Team <[email protected]>",
"license": "Apache-2.0",
"description": "The (working) Visual, UI, and Front End Styleguide for edX Apps",
"keywords": [
"atomic design",
"edx",
"open edx",
"patterns",
"pattern library",
"UI starter"
],
"homepage": "http://ux.edx.org",
"main": "_settings.scss",
"repository": {
"type": "git",
"url": "git://github.com/edx/ux-pattern-library.git"
},
"dependencies": {
"bi-app-sass": "^1.1.0",
"bourbon": "~4.2.7",
"breakpoint-sass": "^2.6.1",
"font-awesome": "^4.6.3",
"jquery": "^1.11.1",
"requirejs": "^2.1.22",
"requirejs-plugins": "^1.0.2"
},
"peerDependencies": {
"font-awesome": "^4.6.3"
},
"devDependencies": {
"backbone": "*",
"css-loader": "~0.23.1",
"del": "*",
"edx-ui-toolkit": "~1.4.1",
"eslint": "~2.13.1",
"eslint-config-edx": "~1.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "*",
"gulp-gh-pages": "~0.5.4",
"gulp-notify": "*",
"gulp-shell": "^0.5.2",
"gulp-util": "*",
"node-sass": "^3.10.0",
"pretty-hrtime": "^1.0.2",
"require-dir": "*",
"sass-loader": "~4.0.2",
"style-loader": "^0.13.1",
"text-loader": "0.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"start": "gulp",
"lint": "eslint ."
}
}