forked from dauxio/daux.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 714 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "daux.io",
"version": "0.3.0",
"private": true,
"devDependencies": {
"@swissquote/crafty": "1.20.0",
"@swissquote/crafty-preset-babel": "1.20.0",
"@swissquote/crafty-preset-postcss": "1.20.0",
"@swissquote/crafty-runner-gulp": "1.20.0",
"@swissquote/crafty-runner-rollup": "1.20.0",
"flexsearch": "^0.7.0",
"postcss-page-break": "^2.0.0",
"preact": "^10.0.5",
"testcafe": "^2.0.0"
},
"scripts": {
"build": "crafty run",
"watch": "crafty watch",
"test": "./test.sh",
"lint:js": "crafty jsLint --fix src/js/**/*.js",
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss"
}
}