This repository was archived by the owner on Nov 10, 2023. It is now read-only.
forked from phase2/p2-theme-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
{
"name": "p2-theme-core",
"version": "9.1.5",
"description": "Phase2 Theme Core",
"main": "index.js",
"author": {
"name": "Evan Lovely",
"url": "https://github.com/EvanLovely"
},
"repository": {
"type": "git",
"url": "[email protected]:phase2/p2-theme-core.git"
},
"keywords": [
"pattern-lab",
"prototyping"
],
"scripts": {
"test": "eslint index.js lib/**",
"start": "nodemon --watch index.js --watch ./lib --exec 'npm test' ",
"preversion": "npm run test",
"postversion": "git push && git push --tags && npm publish",
"gulp": "gulp"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.8",
"del": "^2.2.0",
"eslint-config-airbnb": "^11.0.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-iconfont": "^8.0.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.1",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^3.2.0",
"gulp-uglify": "^1.5.1",
"js-yaml": "^3.6.1",
"lodash": "^4.12.0",
"main-bower-files": "^2.13.0",
"node-notifier": "^4.6.0",
"sassdoc": "^2.1.19"
},
"devDependencies": {
"eslint": "^3.4.0",
"gulp-debug": "^2.1.2",
"gulp-util": "^3.0.7",
"nodemon": "^1.10.2"
}
}