-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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
{
"name": "@scompiler/0003-product",
"private": false,
"version": "0.8.3",
"description": "",
"scripts": {
"build": "node build.js",
"example-dev": "./node_modules/.bin/ts-node example/index.tsx",
"example-build": "./node_modules/.bin/ts-node example/build.tsx"
},
"author": "Konstantin Veselovsky",
"license": "MIT",
"devDependencies": {
"@scompiler/stub-image": "^0.1.0",
"@types/express": "^4.17.11",
"@types/glob": "^7.1.3",
"@types/glob-parent": "^5.1.0",
"@types/mime": "^2.0.3",
"@types/node": "^14.14.22",
"@types/prettier": "^2.1.6",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/rimraf": "^3.0.0",
"@types/rtlcss": "^3.1.1",
"@types/sass": "^1.16.0",
"@types/svg-sprite": "^0.0.33",
"@types/webpack": "^5.28.0",
"@types/ws": "^7.4.0",
"jquery": "^3.5.1",
"memfs": "^3.2.2",
"prettier": "^2.2.1",
"rtlcss": "^3.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@svgr/core": "^5.5.0",
"chokidar": "^3.5.1",
"express": "^4.17.1",
"glob": "^7.1.6",
"glob-parent": "^5.1.1",
"is-path-inside": "^3.0.3",
"jimp": "^0.16.1",
"js-base64": "^3.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^7.2.0",
"sass": "^1.32.5",
"svg-sprite": "^1.5.1",
"webpack": "^5.43.0",
"ws": "^7.4.2"
}
}