-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
61 lines (61 loc) · 1.58 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
{
"name": "silverstripers-seo",
"version": "1.0.1",
"description": "The SilverStripers SEO Editor",
"scripts": {
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"lint": "eslint client/src && sass-lint -v",
"js-fix": "eslint client/src --fix"
},
"repository": {
"type": "git",
"url": "[email protected]:SilverStripers/seo.git"
},
"author": "SilverStripers",
"license": "BSD-3-Clause",
"keywords": [
"silverstripe",
"module"
],
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@babel/runtime": "^7.20.0",
"chosen-js": "^1.5.1",
"classnames": "^2.2.5",
"deep-equal": "^1.0.1",
"deep-freeze-strict": "^1.1.1",
"detect-browser": "^1.12.0",
"es6-promise": "^3.1.2",
"jquery": "^3.1.1",
"merge": "^1.2.0",
"modernizr": "^3.5.0",
"moment": "^2.18.1",
"page.js": "^4.13.3",
"qs": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-apollo": "^3.1.5",
"react-redux": "^8.0.4",
"tether": "^1.3.2",
"toposort": "^1.0.3",
"url": "^0.11.0",
"util": "0.10.3",
"validator": "^6.1.0"
},
"devDependencies": {
"@silverstripe/eslint-config": "^1.1.0",
"@silverstripe/webpack-config": "^2.0.0",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
}
}