-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "flexboxy",
"version": "1.0.0",
"description": "Web's flexbox generator",
"author": {
"name": "Onur Kerimov",
"url": "http://github.com/onurkerimov"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode development",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --mode production"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/onurkerimov/flexboxy"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "7.0.0-beta.44",
"babel-loader": "^8.0.5",
"babel-polyfill": "6.26.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^5.0.2",
"cross-env": "^5.1.4",
"css-loader": "^3.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"handlebars": "^4.1.2",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.20.3",
"webpack": "4.5.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.1.3",
"ejs-webpack-loader": "^2.2.2",
"raw-loader": "^3.0.0"
},
"dependencies": {
"autoprefixer": "^9.7.6",
"clipboard": "^2.0.4",
"codemirror": "^5.48.2",
"eslint-config-google": "^0.12.0",
"materialize-css": "^1.0.0-rc.2",
"perfect-scrollbar": "^1.4.0"
}
}