-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "forms",
"version": "1.0.0",
"description": "Application to build dynamic forms",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "node public/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MorFix/forms.git"
},
"author": "Mor Cohen",
"license": "ISC",
"bugs": {
"url": "https://github.com/MorFix/forms/issues"
},
"homepage": "https://github.com/MorFix/forms#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"source-map": "^0.7.3",
"style-loader": "^0.23.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}