-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "prismjs-material-theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp dev sass",
"build": "gulp build --production",
"test": "npm run sass-lint && npm run build -- --no-dest",
"sass-lint": "sass-lint -v -q"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dutchenkoOleg/prismjs-material-theme.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dutchenkoOleg/prismjs-material-theme/issues"
},
"homepage": "https://github.com/dutchenkoOleg/prismjs-material-theme#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.4",
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.0",
"gulp-changed": "^3.2.0",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"happiness-scss-config": "^1.0.1",
"sass-lint": "^1.12.1",
"yargs": "^12.0.2"
}
}