-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 KB
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
51
52
53
54
55
{
"name": "@up-group/react-schemaform",
"version": "0.0.72",
"description": "",
"main": "lib/src/UpSchemaForm.js",
"types": "lib/src/UpSchemaForm.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/GuillaumeDumo/React-SchemaForm.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build ",
"start": "node devServer.js",
"build": "tsc",
"publishProd": "npm version patch && npm publish",
"publishBeta": "npm version patch && npm publish --tag beta"
},
"bugs": {
"url": "https://github.com/Up-Group/react-schemaform/issues"
},
"homepage": "https://github.com/Up-Group/react-schemaform#readme",
"author": "",
"license": "ISC",
"dependencies": {
"@types/bootstrap": "*",
"@types/jquery": "^2.0.41",
"@types/react": "^15.6.1",
"@types/react-dom": "^0.14.23",
"@up-group/react-controls": "*",
"bootstrap3": "^3.3.5",
"jquery": "^3.2.1",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"css-loader": "^0.28.0",
"express": "^4.15.2",
"file-loader": "^0.11.1",
"markdown-loader": "^2.0.0",
"node-sass": "^4.5.3",
"react-hot-loader": "3.0.0-beta.6",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.16.1",
"svg-inline-loader": "^0.7.1",
"ts-loader": "^2.3.2",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.7.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}