-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 958 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
{
"name": "kcl-playground",
"version": "0.10.2",
"private": true,
"scripts": {
"start": "webpack serve",
"build": "webpack-cli",
"format": "prettier src/**/*.js src/**/*.css *.config.js --write",
"deploy": "gh-pages -d dist",
"predeploy": "yarn build"
},
"license": "Apache-2.0",
"devDependencies": {
"codemirror": "^5.39.2",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"cssnano": "^5.0.1",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"postcss": "^8.2.10",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@wasmer/wasi": "^1.2.2",
"buffer": "^6.0.3",
"escape-html": "^1.0.3",
"i": "^0.3.7",
"lz-string": "^1.4.4",
"path-browserify": "^1.0.1"
}
}