-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 971 Bytes
/
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
{
"//": "Put here only devDependencies, theme dependencies should stay inside of the theme folder.",
"name": "tvproject.theme",
"version": "1.0.0",
"scripts": {
"postinstall": "cd ./src/tvproject.theme/src/tvproject/theme/theme && yarn",
"start": "grunt watch"
},
"devDependencies": {
"cssnano": "^3.7.7",
"grunt": "~0.4.4",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.3.1",
"grunt-contrib-less": "latest",
"grunt-contrib-watch": "latest",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^3.0.1",
"node-sass": "^4.9.3",
"pixrem": "^3.0.2",
"postcss-preset-env": "^6.4.0",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.5.0",
"stylelint-config-idiomatic-order": "^5.0.0",
"stylelint-config-standard": "^18.2.0"
},
"stylelint": {
"extends": [
"stylelint-config-standard",
"stylelint-config-idiomatic-order",
"./node_modules/prettier-stylelint/config.js"
]
}
}