-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
59
60
61
62
{
"name": "flagstrap-preact",
"version": "0.0.5",
"description": "Flagstrap jquery plugin version for Preact",
"main": "src/js/flagstrap.js",
"dependencies": {},
"peerDependencies": {
"preact": "*"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-preact": "^1.1.6",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"http-server": "^0.10.0",
"node-sass": "^4.5.3",
"qs": "^6.5.0",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=production target=web webpack",
"build": "cross-env target=web webpack",
"serve": "http-server ./ -c-1 -p 7171",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"preact",
"bootstrap",
"flagstrap"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bboydflo/flagstrap-preact.git"
},
"author": "Florin Cosmin Onciu",
"license": "MIT"
}