-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.55 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
51
52
53
54
55
{
"name": "mwater-expressions-ui",
"version": "4.13.0",
"private": true,
"description": "Expression UI library",
"repository": "github:mWater/mwater-expressions-ui.git",
"main": "lib/index.js",
"style": "lib/index.css",
"scripts": {
"test": "node_modules/build-library/test-cli",
"test-browser": "node_modules/build-library/test-browser",
"watch": "node_modules/build-library/watch",
"build": "node_modules/build-library/build"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"author": "mWater",
"license": "LGPL-3.0",
"dependencies": {
"@babel/runtime": "^7.10.5",
"@types/react-select": "^3.1.2",
"classnames": "^2.2.5",
"coffeescript": "^2.5.1",
"immer": "^9.0.15",
"jsonql": "github:mWater/jsonql",
"lodash": "^3.10.1",
"moment": "^2.27.0",
"mwater-expressions": "github:mWater/mwater-expressions",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-datepicker": "^4.8.0",
"react-dnd": "^6.0.0",
"react-dnd-html5-backend": "^6.0.0",
"react-dom": "^16.13.1",
"react-library": "github:mWater/react-library",
"react-motion": "^0.5.2",
"react-onclickout": "^2.0.4",
"react-select": "^3.1.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/lodash": "^3.10.3",
"@types/react": "^16.9.43",
"@types/react-datepicker": "^4.4.2",
"@types/react-motion": "0.0.33",
"@types/uuid": "^3.4.10",
"build-library": "github:mWater/build-library",
"canonical-json": "0.0.4",
"chai": "^4.3.6",
"husky": "^8.0.1"
}
}