-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
64 lines (64 loc) · 1.65 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
{
"name": "p2-theme-core",
"version": "11.1.1",
"description": "Phase2 theme tools for Pattern Lab Starter/Particle v9",
"main": "index.js",
"author": {
"name": "Phase2 Technology",
"url": "https://www.phase2technology.com/"
},
"repository": {
"type": "git",
"url": "[email protected]:phase2/p2-theme-core.git"
},
"keywords": [
"pattern-lab",
"prototyping",
"gulp"
],
"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",
"gulp": "gulp"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.8.4",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-iconfont": "^10.0.3",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"node-notifier": "^7.0.1",
"sassdoc": "^2.7.2",
"stylelint": "^13.6.1"
},
"devDependencies": {
"eslint": "^7.3.1",
"gulp-debug": "^4.0.0",
"nodemon": "^2.0.4"
}
}