forked from phase2/particle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "PatternLabStarter",
"version": "9.7.0",
"description": "Pattern Lab Starter",
"main": "gulpfile.js",
"author": {
"name": "Evan Lovely",
"url": "https://github.com/EvanLovely"
},
"repository": {
"type": "git",
"url": "git@github.com:phase2/pattern-lab-starter.git"
},
"keywords": [
"pattern-lab",
"prototyping"
],
"scripts": {
"start": "gulp",
"compile": "NODE_ENV=production gulp compile",
"test": "gulp validate",
"gulp": "gulp",
"update": "npm update && cd pattern-lab && composer update",
"new": "yo ./scripts/new-component/index.js",
"setup": "bower install --allow-root && cd pattern-lab && composer install --no-interaction",
"postinstall": "find node_modules/ -name \"*.info\" -type f -delete",
"bower": "bower"
},
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"bower": "^1.8.0",
"gulp": "gulpjs/gulp#4.0",
"p2-theme-core": "^9.3.1",
"rc": "^1.2.0",
"stylelint-scss": "^1.4.3"
},
"devDependencies": {
"lodash.includes": "^4.1.3",
"yeoman-generator": "^0.23.3",
"yo": "^1.8.3"
}
}