-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
65 lines (65 loc) · 2.16 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
56
57
58
59
60
61
62
63
64
65
{
"scripts": {
"start": "npx parcel src/index.html --no-cache",
"build": "npx babel --config-file ./.babelrc -o node_modules/babel-plugin-jsx-dom-expressions/index.js node_modules/babel-plugin-jsx-dom-expressions/index.js && npx parcel build -d dist --no-autoinstall --public-url /try src/index.html",
"now-build": "node src/loadVersions.js && yarn build"
},
"resolutions": {
"node-forge": "0.10.0"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-strict-mode": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/standalone": "^7.18.9",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
"@types/codemirror": "^0.0.102",
"@types/js-md5": "^0.4.2",
"@types/linkifyjs": "^2.1.3",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"babel-preset-solid": "^1.4.6",
"parcel-bundler": "^1.12.5",
"parcel-plugin-linaria": "file:./forks/parcel-plugin-linaria",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@babel/plugin-syntax-bigint": "^7.8.3",
"@zerobias/codebox": "^1.2.0",
"codemirror": "^5.58.3",
"cross-fetch": "^3.1.5",
"effector": "^22.3.0",
"effector-react": "^22.1.4",
"forest": "^0.21.1",
"js-md5": "^0.7.3",
"linaria": "^1.3.1",
"linkifyjs": "^2.1.8",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"patronum": "^1.9.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions"
],
"engines": {
"node": ">=10.x"
},
"license": "MIT"
}