-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "@nomadmystic/css-grid-package",
"version": "1.0.3",
"description": "This is a flexbox grid package",
"main": "index.js",
"scripts": {
"test": "exit 0",
"development": "webpack --config=webpack.config.js --mode=development",
"production": "webpack --config=webpack.config.js --mode=production && rm ./css/main.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomad-mystic/css-grid-package.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/nomad-mystic/css-grid-package/issues"
},
"homepage": "https://github.com/nomad-mystic/css-grid-package#readme",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"autoprefixer": "^10.4.15",
"cssnano": "^5.1.15",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.6.2",
"postcss-loader": "^6.2.1",
"postcss-scss": "^3.0.5",
"sass": "^1.65.1",
"sass-loader": "^12.6.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
}
}