-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 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
{
"name": "animation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/Css/index.html",
"css": "parcel src/Css/index.html",
"js": "parcel src/Js/index.html --no-cache",
"slide": "parcel src/Slide/index.html --no-cache --no-hmr --port 2222 --out-dir dist/slide",
"slow": "parcel src/Caterpillar/slow.html --no-cache --no-hmr",
"fast": "parcel src/Caterpillar/fast.html --no-cache --no-hmr",
"elmOne": "parcel src/Elm/oneApple.html --no-cache",
"elmTwo": "parcel src/Elm/twoApples.html --no-cache",
"animator": "parcel src/Animator/index.html --no-cache",
"build": "rm -rf docs && parcel build src/Slide/index.html --out-dir docs --public-url ./ --no-content-hash"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/highlight.js": "^9.12.3",
"elm": "^0.19.1-3",
"elm-hot": "^1.0.1",
"fps-emitter": "^1.0.0",
"highlight.js": "^9.15.8",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.3",
"sass": "^1.22.7",
"typescript": "^3.5.1",
"up.js": "^1.0.0",
"webslides": "^1.5.0"
}
}