-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.37 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
66
67
68
69
70
{
"name": "@anyone-oslo/pages",
"version": "3.15.5",
"description": "Frontend for Pages",
"repository": {
"type": "git",
"url": "git+https://github.com/anyone_oslo/pages.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/**/*"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@rails/ujs": "7.1.3-4",
"@types/lodash": "^4.17.13",
"@types/rails__ujs": "^6.0.4",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"postcss": "^8.4.49",
"postcss-calc": "^10.0.2",
"postcss-cli": "^11.0.0",
"postcss-image-inliner": "^7.0.1",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-mixins": "^11.0.3",
"postcss-preset-env": "^10.1.2",
"postcss-url": "^10.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-crop": "^5.0.0",
"react_ujs": "^3.2.1",
"typescript": "^5.7.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"dependency-cruiser": "^16.8.0",
"esbuild": "^0.24.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-67fee58b-20240926",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript-eslint": "^8.18.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"architecture": "depcruise --include-only \"^app/javascript\" --output-type dot app/javascript | dot -T svg > dependency-graph.svg",
"lint": "eslint 'app/javascript/**/*.+(js|jsx|ts|tsx)'",
"build": "pnpm run build-debug --minify",
"build-debug": "esbuild app/javascript/admin-dist.ts --bundle --sourcemap --outdir=app/assets/builds/pages_core --target=es2020,chrome64,edge79,firefox62,safari11.1",
"build-dist": "tsc",
"build:css": "postcss ./app/assets/stylesheets/pages_core/*.css --dir ./app/assets/builds/pages_core",
"prettier": "prettier app/javascript app/assets/stylesheets --check",
"prettier:fix": "prettier app/javascript app/assets/stylesheets --write"
},
"bugs": {
"url": "https://github.com/anyone_oslo/pages/issues"
},
"homepage": "https://github.com/anyone_oslo/pages#readme",
"author": "Inge Jørgensen",
"license": "MIT"
}