-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 803 Bytes
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
{
"name": "picodeliq",
"version": "1.0.0",
"description": "Webpack-enabled package for PICODELIQ theme",
"main": "",
"scripts": {
"dev": "webpack -d",
"watch": "webpack -d --watch",
"build": "webpack -p"
},
"keywords": [],
"author": "PICODELIQ <hello@picodeliq.com>",
"license": "ISC",
"devDependencies": {
"buble": "^0.19.8",
"buble-loader": "^0.5.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.3",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.0",
"url-loader": "^1.0.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.11"
}
}