-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "mwater-expressions",
"version": "2.49.3",
"private": true,
"description": "Expression library",
"repository": "[email protected]:mWater/mwater-expressions.git",
"main": "lib/index.js",
"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",
"storybook": "gulp prepare_storybook && start-storybook -s . -p 6009",
"build-storybook": "build-storybook"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"style": "src/index.css",
"author": "mWater",
"license": "LGPL-3.0",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@types/async": "^3.2.15",
"async": "^3.2.4",
"immer": "^9.0.15",
"jsonql": "github:mWater/jsonql",
"lodash": "^3.10.1",
"lru-cache": "^7.14.0",
"moment": "^2.29.4",
"querystring": "^0.2.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/lodash": "^3.10.5",
"@types/moment": "^2.13.0",
"@types/sinon": "^10.0.13",
"build-library": "github:mWater/build-library",
"canonical-json": "0.0.4",
"chai": "^4.3.6",
"husky": "^8.0.1",
"sinon": "^14.0.0",
"typescript": "^4.8.4"
}
}