forked from dylanblokhuis/instantcss-wp
-
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) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 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": "instant-css",
"version": "1.1.3",
"description": "",
"dependencies": {
"autoprefixer": "^9.7.3",
"cross-env": "^6.0.3",
"monaco-editor": "latest",
"monaco-editor-webpack-plugin": "^1.7.0",
"postcss": "^7.0.23",
"postcss-csso": "^4.0.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass.js": "^0.11.1"
},
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"production": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.1",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}