-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "code-art",
"version": "0.0.8",
"description": "",
"main": "src/main.ts",
"scripts": {
"analyze": "NODE_ENV=production webpack --config webpack.analyze.js",
"build": "npm-run-all clean webpack favicon og-image",
"clean": "rm -rf ./dist",
"favicon": "cp favicon.png ./dist",
"og-image": "cp og-image.png ./dist",
"start": "webpack serve",
"validate": "svelte-check",
"webpack": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleksei-berezkin/code-art.git"
},
"author": "Aleksei Berezkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/aleksei-berezkin/code-art/issues"
},
"homepage": "https://github.com/aleksei-berezkin/code-art#readme",
"devDependencies": {
"@tsconfig/svelte": "^2.0.1",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"npm-run-all": "^4.1.5",
"svelte-check": "^2.2.10",
"svelte-preprocess": "^4.9.8",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"acorn": "^8.6.0",
"acorn-loose": "^8.2.1",
"acorn-walk": "^8.2.0",
"svelte": "^3.44.2",
"svelte-loader": "^3.1.2",
"tslib": "^2.3.1"
}
}