This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.58 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
{
"name": "preact_ie7",
"version": "0.1.0",
"description": "Let us sup at the fire, gentlemen, and tell stories of the Internet Explorer of old",
"main": "dist/bundle.js",
"scripts": {
"rollup": "rollup -c",
"clean": "rimraf build && rimraf docs && mkdir docs && mkdir build",
"deploy": "cp build/pie* docs/ && cp ./src/html/* docs/",
"build": "npm run clean && npm run rollup && npm run deploy",
"serve": "servehere -d docs/",
"buildserve": "npm run build && npm run serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StoneCypher/preact_ie7.git"
},
"keywords": [
"nooooooooooooooooooooo"
],
"author": "John Haugeland <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StoneCypher/preact_ie7/issues"
},
"homepage": "https://github.com/StoneCypher/preact_ie7#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-es3": "^1.0.1",
"babel-preset-react": "^6.24.1",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-node-resolve": "^4.0.0",
"servehere": "^1.6.0"
},
"dependencies": {
"preact": "^8.4.2",
"preact-compat": "^3.18.4"
}
}