-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.82 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
{
"name": "nengo-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"nengo": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.10.0",
"ttag": "^1.7.13"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"update": "ttag update src/i18n/ja.po src/",
"po2json": "ttag po2json src/i18n/ja.po > src/i18n/ja.po.json",
"predeploy": "npm run po2json && npm run build"
},
"homepage": "https://nengo.io",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^14.11.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.2",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^22.1.0",
"lint-staged": "^13.1.0",
"postcss-custom-properties": "^13.3.0",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"prettier": "^2.8.7",
"sass": "^1.49.9",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^8.0.0",
"stylelint-prettier": "^1.1.2",
"tailwindcss": "^3.0.13",
"ttag-cli": "^1.9.3",
"typescript": "^4.1.0",
"vite": "^4.5.5",
"vitest": "^0.34.4"
}
}