-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
58 lines (58 loc) · 1.94 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
{
"name": "syna",
"version": "0.17.4",
"description": "Highly customizable open source theme for Hugo based static websites",
"main": "static-main",
"repository": "https://git.okkur.org/syna",
"author": "Michael Grosser (stp-ip)",
"license": "Apache",
"scripts": {
"postinstall": "node post-install.js",
"build-js": "webpack --progress",
"build-hugo": "cd exampleSite && DEMO_MODE=true hugo -c content --config config-dev.toml --minify",
"watch-js": "webpack --watch --progress",
"watch-hugo": "cd exampleSite && DEMO_MODE=true hugo -c content --config config-dev.toml server -D",
"dev": "nf start",
"start": "npm run watch-js",
"build": "npm run build-js && npm run build-hugo",
"test:colors": "node _tests/colors-generator/index.js",
"test:alignments": "node _tests/align-generator/index.js",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"concurrently": "^5.2.0",
"cypress": "^4.12.0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.14.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"bootstrap": "^4.5.1",
"chart.js": "^2.9.3",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"foreman": "^3.0.1",
"form-validator-simple": "^0.1.1",
"fuse.js": "^6.4.1",
"parse-price": "^1.1.8",
"particles.js": "^2.0.0",
"popper.js": "^1.16.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jsonschema-form": "^1.8.1"
}
}