-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 985 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
34
{
"name": "theme-preprocess",
"description": "Compile/transpile sass and es6 to css and js",
"version": "1.0.0",
"type": "transpile",
"scripts": {
"start": "webpack --mode=none",
"watch": "webpack watch --mode=none"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/runtime": "^7.24.8",
"babel-loader": "^9.1.3",
"babel-polyfill": "^6.26.0",
"babel-resolve-relative-module": "^1.0.2",
"breakpoint-sass": "^3.0.0",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.0",
"node-sass-glob-importer": "^5.3.3",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"singularitygs": "^1.8.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-emit-all-plugin": "^2.0.1"
}
}