-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 891 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
{
"name": "@css-doodle/shapes",
"version": "1.0.0",
"description": "Discover CSS polygon shapes with css-doodle",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html",
"build": "parcel build src/index.html --no-source-maps --public-url .",
"prebuild": "rm -rf dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-doodle/shapes.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-doodle/shapes/issues"
},
"homepage": "https://github.com/css-doodle/shapes#readme",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-svelte": "^4.0.9",
"svelte": "^3.42.4"
},
"dependencies": {
"codemirror": "^5.59.1",
"css-doodle": "0.34.7",
"lodash": "^4.17.20"
},
"browserslist": [
"last 2 version"
]
}