-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "sf-components",
"version": "0.1.0",
"description": "SF UI Toolkit",
"license": "GPL-3.0",
"homepage": "https://github.com/Exygy/sf-components",
"scripts": {
"prestart": "npm install",
"build": "npm run prestart && gulp",
"start": "gulp --dev",
"test": "npm run build"
},
"engines": {
"node": ">=4.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.5.0",
"bourbon": "^5.0.0-beta.7",
"bourbon-neat": "^2.0.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.9.2",
"fabricator-assemble": "^1.1.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-css-base64": "^1.3.4",
"gulp-csso": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"imports-loader": "^0.6.5",
"lodash": "^4.17.4",
"neat-omega": "^2.0.7",
"normalize.css": "^6.0.0",
"run-sequence": "^1.2.1",
"script-loader": "^0.7.0",
"webpack": "^1.13.1",
"sf-cornerstone-fabricator": "git+https://github.com/Exygy/sf-cornerstone-fabricator"
}
}