-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "switches",
"version": "1.0.0",
"description": "Browser based Switches",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --mode development",
"test": "npm start",
"webpack": "node ./node_modules/webpack/bin/webpack.js --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/neopoly/switches-vanilla.git"
},
"author": "Neopoly GmbH",
"license": "ISC",
"bugs": {
"url": "https://github.com/neopoly/switches-vanilla/issues"
},
"private": true,
"homepage": "https://github.com/neopoly/switches-vanilla",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"mocha": "^5.2.0",
"mocha-loader": "^2.0.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "3.5.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4"
}
}