forked from ttskch/svg-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
49
50
51
52
53
54
{
"name": "svg-paper",
"version": "0.0.11",
"description": "The world's most maintainable way to create paper-printable documents 🖨💘",
"homepage": "https://github.com/ttskch/svg-paper",
"bugs": {
"url": "https://github.com/ttskch/svg-paper/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/ttskch/svg-paper"
},
"author": {
"name": "Takashi Kanemoto",
"email": "[email protected]"
},
"main": "dist/svg-paper.js",
"style": "dist/svg-paper.css",
"sass": "scss/js/svg-paper.scss",
"keywords": [
"svg",
"pdf",
"pdf-generation",
"adobe-xd",
"figma",
"a4"
],
"scripts": {
"build": "webpack --config webpack.config.js --mode development",
"build:prod": "webpack --config webpack.config.js --mode production",
"build:both": "rm dist/* && npm run build && npm run build:prod",
"watch": "npm run build -- --watch",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"autoprefixer": "^10.2.6",
"babel-jest": "^27.0.2",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"jest": "^26.1.0",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"postcss": "^8.3.1",
"postcss-loader": "^4.3.0",
"sass-loader": "^10.2.0",
"string-width": "^4.2.2",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2"
},
"license": "MIT"
}