-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 914 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
{
"name": "stylescape_webpack",
"description": "Include Stylescape's source Sass and individual JavaScript plugins with Webpack.",
"version": "0.0.1",
"private": true,
"repository": "https://github.com/stylescape/example-webpack",
"license": "MIT",
"stackblitz": {
"startCommand": "npm start"
},
"scripts": {
"start": "webpack serve",
"build": "webpack build --mode=production",
"test": "npm run build"
},
"dependencies": {
"stylescape": "^0.0.34"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"postcss-loader": "^8.1.1",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}