-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "ss_css",
"version": "1.0.0",
"description": "by [Jn_xyp](https://github.com/jnxyp)\r ### [Open the Demo](https://jnxyp.github.io/ss_css/)",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jnxyp/ss_css.git"
},
"author": "jn_xyp",
"license": "ISC",
"bugs": {
"url": "https://github.com/jnxyp/ss_css/issues"
},
"homepage": "https://github.com/jnxyp/ss_css#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"url-loader": "^4.1.1",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}