-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1016 Bytes
/
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
{
"dependencies": {
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"lodash.isfunction": "^3.0.9"
},
"devDependencies": {
"@types/babel-core": "6.25.6",
"@types/lodash": "4.14.168",
"@types/lodash.isfunction": "^3.0.6",
"@types/node": "^14.14.20",
"@types/webpack": "4.41.25",
"ava": "0.25.0",
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"coveralls": "3.1.0",
"husky": "5.0.8",
"normalize.css": "8.0.1",
"nyc": "15.1.0",
"parcel-bundler": "1.12.5",
"prettier": "2.2.1",
"pretty-quick": "3.1.0",
"react": "17.0.2",
"react-codemirror": "1.0.0",
"react-dom": "17.0.2",
"ts-lint": "4.5.1",
"ts-loader": "8.0.15",
"ts-node": "^9.1.1",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "^4.1.3"
},
"scripts": {
"test": "node ./dist/examples/pineapple/main.js ./demo/hello-world-10.pineapple",
"build": "rm -rf ./dist/ && tsc"
}
}