-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
36
37
38
{
"name": "airam-skeleton",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"authors": [
{
"name": "Ezequiel Garcia",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"astroturf": "^0.10.4",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.1",
"postcss": "^7.0.32",
"postcss-loader": "^4.0.1",
"postcss-nested": "^4.2.3",
"precss": "^4.0.0",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}