-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.17 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": "dahlia-pattern-library",
"version": "0.1.0",
"scripts": {
"gulp": "gulp",
"bower": "bower",
"prestart": "npm install",
"build": "npm install && gulp",
"start": "gulp --dev",
"postinstall": "bower install",
"test": "npm run build"
},
"engines": {
"node": "^10.0.0",
"npm": "^6.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@frctl/fractal": "^1.1.7",
"@frctl/handlebars": "^1.1.5"
},
"devDependencies": {
"angular": "1.5.11",
"angular-animate": "1.5.8",
"angular-aria": "1.5.11",
"angular-ui-validate": "1.2.2",
"babel-core": "^5.2.17",
"babel-loader": "5.0.0",
"bower": "1.8.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"imports-loader": "^0.6.3",
"jquery": "^2.1.4",
"lodash": "^4.1.0",
"moment": "^2.22.2",
"ng-currency": "0.10.1",
"run-sequence": "^1.0.2",
"script-loader": "^0.6.1",
"webpack": "^1.8.11"
}
}