-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "Manifold",
"version": "0.0.1",
"description": "A web based design tool",
"repository": {
"type": "git",
"url": "https://github.com/paulbrzeski/manifold"
},
"scripts": {
"css": "stylus -u autoprefixer-stylus src/styles -o dist -w",
"pug": "pug src/pages -P -o . -b . -w",
"rollup": "rollup -c -w",
"dev-osx": "sudo http-server -p 80 -c-1 .",
"dev": "http-server -c-1 .",
"watch": "npm run pug & rollup -c -w",
"gs": "for i in ../*; do (cd $i && (echo $i; git status)); done",
"gsw": "for /D %i in (../*) do cd ../%i && (git status && git remote get-url origin)",
"preinstall": "npm i -g http-server rollup"
},
"author": "Paul Brzeski",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulbrzeski/manifold/issues"
},
"dependencies": {
"axis": "^1.0.0",
"fabric-history": "^1.6.0",
"minimist": "^1.2.5",
"npm": "^7.6.0",
"prompt": "^1.1.0",
"pug": "^3.0.2",
"stylus": "^0.54.8"
},
"devDependencies": {
"autoprefixer-stylus": "^1.0.0",
"chokidar": "^3.5.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.21.0",
"imagetracerjs": "^1.2.6",
"jquery": "^3.6.0",
"jstransformer-markdown": "^1.2.1",
"pug-cli": "^1.0.0-alpha6",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-uglify": "^6.0.4",
"standard": "^16.0.3",
"three": "^0.126.1"
}
}