-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "code-knack",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --env=dev --mode=development --progress --profile --colors && cp dist/code-knack.min.js docs/demo/",
"prod": "webpack --env=prod --mode=production --progress --profile --colors && cp dist/code-knack.min.js docs/demo/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyricat/code-knack.git"
},
"author": "Lyric",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyricat/code-knack/issues"
},
"homepage": "https://github.com/lyricat/code-knack#readme",
"dependencies": {
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"axios": "^0.21.1",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.6.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "0.1.16",
"css-loader": "^2.1.1",
"eslint": "4.18.2",
"eslint-loader": "1.9.0",
"html-webpack-plugin": "2.30.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^7.0.0",
"sass-loader": "6.0.6",
"style-loader": "^0.18.2",
"terser-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "4.1.0"
}
}