forked from salesforce-ux/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.27 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "design-system",
"version": "0.12.0",
"description": "Salesforce Lightning Design System",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",
"url": "git@github.com:salesforce-ux/design-system.git"
},
"author": "Salesforce",
"engines": {
"node": ">=0.12",
"npm": ">=2.7.0"
},
"scripts": {
"postinstall": "./scripts/npm/postinstall.sh",
"test-before": "./scripts/npm/test-before.sh",
"test-after": "./scripts/npm/test-after.sh",
"dev": "./scripts/npm/dev.sh",
"prod": "./scripts/npm/prod.sh",
"dist": "./scripts/npm/dist.sh",
"dist-npm": "./scripts/npm/dist.sh --npm",
"lint": "./scripts/npm/lint.sh",
"optimize": "./scripts/npm/optimize.sh",
"update-boilerplate": "./scripts/npm/update-boilerplate.sh"
},
"dependencies": {
"@salesforce-ux/design-tokens": "1.3.1",
"@salesforce-ux/icons": "3.1.0"
},
"devDependencies": {
"@salesforce-ux/design-system-utils": "0.9.1",
"app-module-path": "1.0.4",
"async": "1.4.2",
"autoprefixer": "6.0.1",
"babel": "5.8.23",
"babel-core": "5.8.23",
"babel-eslint": "4.1.1",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.20",
"browser-sync": "2.9.1",
"bundle-loader": "0.5.4",
"chai": "3.2.0",
"cheerio": "0.19.0",
"classnames": "2.1.3",
"colors": "1.1.2",
"css": "2.2.1",
"deep-diff": "0.3.2",
"eslint-loader": "1.0.0",
"eslint-path-formatter": "git://github.com/kaelig/eslint-path-formatter.git#master",
"fs-extra": "^0.24.0",
"gdm": "0.0.9",
"glob": "5.0.14",
"glob-watcher": "2.0.0",
"gulp": "3.9.0",
"gulp-eslint": "^1.1.0",
"gulp-filter": "3.0.1",
"gulp-if": "1.2.5",
"gulp-insert": "0.5.0",
"gulp-lintspaces": "^0.3.2",
"gulp-mocha": "2.1.3",
"gulp-postcss": "6.0.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-util": "3.0.6",
"gulp-zip": "3.0.2",
"imagemin-cli": "^2.0.0",
"imagemin-pngquant": "^4.2.0",
"immutable": "3.7.5",
"js-beautify": "1.5.10",
"js-yaml": "3.4.0",
"json-loader": "0.5.2",
"karma": "0.13.9",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "1.7.0",
"lodash": "3.10.1",
"markdown-it": "4.4.0",
"md5": "2.0.0",
"minimist": "1.2.0",
"mocha": "2.3.0",
"moment": "2.10.6",
"node-sass": "3.3.2",
"postcss": "5.0.4",
"react": "0.14.0-beta3",
"react-addons-clone-with-props": "0.14.0-beta3",
"react-addons-css-transition-group": "0.14.0-beta3",
"react-addons-test-utils": "0.14.0-beta3",
"react-dom": "0.14.0-beta3",
"react-lorem-component": "https://github.com/aputinski/react-lorem-component.git",
"react-router": "1.0.0-beta3",
"rimraf": "2.4.3",
"sinon": "1.16.1",
"stampit": "2.1.0",
"svgo": "^0.5.6",
"temp": "^0.8.3",
"theo": "4.0.1",
"through2": "2.0.0",
"tinycolor2": "1.1.2",
"webpack": "1.12.1",
"zeroclipboard": "2.2.0"
},
"gitDependencies": {
"design-tokens-winter-16": "https://github.com/salesforce-ux/design-tokens.git#winter-16",
"design-tokens": "https://github.com/salesforce-ux/design-tokens.git#winter-16"
}
}