-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.66 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.66 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
{
"name": "impact",
"private": true,
"sideEffects": false,
"scripts": {
"dist": "./bin/dist.sh",
"start": "./bin/start.sh",
"dev": "./bin/dev.sh",
"postinstall": "sh -c \"./node_modules/are-you-es5/dist/cli.js check -r ./frontend-shared | tail -n 2 | head -n 1 > ./.non_es5 \""
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"are-you-es5": "^2.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-hyperscript-to-jsx": "^2.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"stylus": "^0.54.7"
},
"dependencies": {
"@babel/core": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/register": "^7.10.1",
"all-shared": "file:all-shared",
"assert-none-missing": "github:claydotio/assert-none-missing#es",
"babel-plugin-replace-imports": "^1.0.2",
"frontend-shared": "file:frontend-shared",
"frontend-shared-dev": "github:techbyorg/frontend-shared-dev",
"lodash": "^4.17.2",
"lodash-es": "^4.17.15",
"module-alias": "^2.2.2",
"react-day-picker": "^7.4.8",
"rxjs": "^7.0.0-beta.0",
"zorium": "github:austinhallock/zorium#preact"
},
"_moduleAliases": {
"react": "node_modules/preact/compat/dist/compat.js",
"react-dom": "node_modules/preact/compat/dist/compat.js"
},
"author": "",
"version": "0.0.1"
}