-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
35
{
"name": "parasol-website",
"version": "1.0.0",
"description": "Parasol Website",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/elrakabawi/parasol-website.git"
},
"keywords": [
"Parasol"
],
"author": "Lamarkaz [elrakabawi@lamarkaz.com]",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/elrakabawi/parasol-website/issues"
},
"homepage": "/~https://github.com/elrakabawi/parasol-website#readme",
"devDependencies": {
"bulma": "^0.7.1",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {}
}