forked from neos/Neos.Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"license": "GPL-3.0-or-later",
"private": true,
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not ie <= 10",
"not ie_mob <= 10",
"not bb <= 10",
"not op_mob <= 12.1"
],
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode production",
"pipeline": "yarn install;yarn build"
},
"dependencies": {
"compass-mixins": "^0.12.10"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"cssnano": "^5.0.7",
"mini-css-extract-plugin": "^2.2.0",
"node-sass": "^6.0.1",
"node-sass-glob-importer": "^5.3.2",
"postcss": "^8.3.6",
"postcss-focus": "^5.0.1",
"postcss-loader": "^6.1.1",
"postcss-pxtorem": "^6.0.0",
"postcss-reporter": "^7.0.2",
"postcss-sort-media-queries": "^3.11.12",
"prettier": "^2.3.2",
"prettier-loader": "^3.3.0",
"sass-loader": "^12.1.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-scss": "^3.20.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
}
}