-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "diamond-website",
"version": "1.0.0",
"description": "A simple front-end setup for the Diamodn website",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "cross-env webpack --config ./config/webpack.prod.js --progress --mode=production",
"dev": "cross-env NODE_ENV=development webpack --config ./config/webpack.dev.js --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiamondMVC/Diamond-website.git"
},
"keywords": [
"Diamond",
"MVC",
"D-Lang"
],
"author": "Sedatb23",
"license": "MIT",
"bugs": {
"url": "https://github.com/DiamondMVC/Diamond-website/issues"
},
"homepage": "https://github.com/DiamondMVC/Diamond-website#readme",
"devDependencies": {
"autoprefixer": "^8.2.0",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss": "^6.0.21",
"postcss-color-function": "^4.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-extend": "^1.0.5",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.3",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.15"
},
"bin": {
"autoprefixer": "./bin/autoprefixer"
},
"dependencies": {}
}