-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1014 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
35
36
{
"name": "framer-seed",
"version": "2.0.0",
"description": "Resurrect your Framer Library prototype development.",
"keywords": [
"prototype",
"framer",
"framerjs",
"framer library"
],
"homepage": "https://github.com/alexchantastic/framer-seed",
"bugs": {
"url": "https://github.com/alexchantastic/framer-seed/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alexchantastic/framer-seed.git"
},
"main": "dist/app.bundle.js",
"author": "Alex Chan",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.1",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
}
}