-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 KB
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
{
"name": "slidefe",
"version": "0.0.1",
"private": true,
"homepage": "./",
"dependencies": {
"material-ui": "^1.0.0-beta.38",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hammerjs": "^1.0.1",
"react-router-dom": "^4.2.2",
"react-router-native": "^4.2.0",
"react-scripts": "1.1.1",
"react-swipe": "^5.1.1",
"swipe-js-iso": "^2.0.4"
},
"main": "src/electron-starter.js",
"scripts": {
"start": "./node_modules/.bin/nf start",
"build": "react-scripts build",
"build-electron": "electron-packager . --ignore=node_modules --prune=true",
"test": "react-scripts test --env=jsdom",
"electron": "electron .",
"electron-start": "node src/electron-wait-react",
"react-start": "react-scripts start",
"sass-watch": "./node_modules/.bin/node-sass -wr ./src/ -o src/",
"sass-build": "./node_modules/.bin/node-sass -r ./src/ -o src/"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-jira-smart-commit": "^3.0.0",
"electron": "^1.8.4",
"electron-packager": "^11.1.0",
"foreman": "^2.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-jira-smart-commit"
}
}
}