forked from okkur/syna
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.67 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
{
"name": "syna",
"version": "0.15.2",
"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": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"concurrently": "^3.5.1",
"cypress": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.8.3",
"style-loader": "^0.20.3",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bootstrap": "^4.4.1",
"chart.js": "^2.7.2",
"foreman": "^3.0.0",
"form-validator-simple": "^0.1.1",
"fuse.js": "^3.2.1",
"i": "^0.3.6",
"parse-price": "^1.1.8",
"particles.js": "^2.0.0",
"popper.js": "^1.14.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-jsonschema-form": "^1.0.3"
}
}