forked from prowriting/beyondgrammar-quill
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 835 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
{
"name": "beyond-grammar-quill",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --port 8082 --config ./conf/webpack-demo.conf.js --content-base build/",
"start:local:": "webpack-dev-server --port 8082 --config ./conf/webpack-demo.conf.js --content-base build/",
"build": "webpack --config ./conf/webpack-demo.conf.js ",
"build:ci": "webpack --config ./conf/webpack-demo.CI.conf.js "
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.0.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.1",
"typescript": "^3.2.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@types/quill": "^2.0.1"
}
}